Marked Poset Calculator

Explanation

This webpage is a companion to the paper "Measures on partial orders." It can perform two operations on posets.

The first operation takes a marked poset (P,x) and computes the values of the weak measures λp,q and τ on it. It writes down the linear form L(P,x) that expresses the class of (P,x) in terms of the e and jp,q basis, and also the linear form ell(P,x) one obtains by converting the j's to the variables a, b, p, q, s, t, x, y, z as used in section 5.3 of the paper.

The second operation takes a twice marked poset and computes the polynomial in the a, ..., x variables for its defect. This can be used to obtain the polynomials in Table 3 in section 5.3 of the paper

Input syntax

The poset input is a list of elements, a list of generating inequalities, and—optionally—a list of elements to delete. The app takes the transitive closure first and then passes to the induced order on the undeleted elements.

elements: 1, 2, 3, 4, 5
relations: 1 < 2 < 4, 1 < 3 < 5 < 4
deletions: 5

Operation 1: cuts, L, and ell

Operation 2: Q(P,x,y)