library Calculi/Space/DRA_X version 0.1 %author: Dominik Luecke %date: 2007-04-30 %prec( {__ + __ } < { __*__} )% %left_assoc __ + __, __ - __ %left_assoc __union__, __intersection__ %left_assoc __ + __, __ * __ from Basic/Algebra_I get ConstructField |-> BasicField from Basic/RelationsAndOrders get TotalOrder, ExtTotalOrder %% Dipole Calculus with 72 relations (DRA 72) %% Definitions for the 24 relations of DRA 24. spec DipoleRelations24[sort Point] = free type PairOfPoints ::= $__ __$(sp : Point; ep : Point) free type DipolePointRelation24 ::= r | l | e | s free type DipoleRelation24 ::= <<__ __ __ __>>(fst:DipolePointRelation24; snd:DipolePointRelation24; trd: DipolePointRelation24; frt: DipolePointRelation24) pred >__ __ __< : PairOfPoints * DipoleRelation24 * PairOfPoints pred >>__ __ __<< : PairOfPoints * DipolePointRelation24 * Point pred DpPoint : PairOfPoints * Point %% DRA 24 Relations pred Dipole : PairOfPoints sort BaseRelation24 = {x : DipoleRelation24 . x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> } %(BaseRelation24_def)% %% Definition of Dipole Relations by Dipole point relations forall Dp1,Dp2 : PairOfPoints; rel : BaseRelation24; rel1, rel2 : DipolePointRelation24; pt : Point . Dipole(Dp1) /\ Dipole(Dp2) => (> Dp1 rel Dp2 < <=> (>> Dp1 fst(rel) sp(Dp2) << /\ >> Dp1 snd(rel) ep(Dp2) << /\ >> Dp2 trd(rel) sp(Dp1) << /\ >> Dp2 frt(rel) ep(Dp1) << /\ DpPoint (Dp1, sp(Dp1)) /\ DpPoint (Dp1, ep(Dp1)) /\ DpPoint (Dp2, sp(Dp2)) /\ DpPoint (Dp2, ep(Dp2)) )) %(Dipole_Dipole_rel24_def_on_point_rels)% op rrrr, rrrl, rrlr, rrll, rlrr, rllr, rlll, lrrr, lrrl, lrll, llrr, llrl, lllr, llll, ells, eses, errs, lere, rele, slsr, srsl, lsel, rser, sese : BaseRelation24 . rrrr = <> %(rrrr_def)% . rrrl = <> %(rrrl_def)% . rrlr = <> %(rrlr_def)% . rrll = <> %(rrll_def)% . rlrr = <> %(rlrr_def)% . rllr = <> %(rllr_def)% . rlll = <> %(rlll_def)% . lrrr = <> %(lrrr_def)% . lrrl = <> %(lrrl_def)% . lrll = <> %(lrll_def)% . llrr = <> %(llrr_def)% . llrl = <> %(llrl_def)% . lllr = <> %(lllr_def)% . llll = <> %(llll_def)% . ells = <> %(ells_def)% . eses = <> %(eses_def)% . errs = <> %(errs_def)% . lere = <> %(lere_def)% . rele = <> %(rele_def)% . slsr = <> %(slsr_def)% . srsl = <> %(srsl_def)% . lsel = <> %(lsel_def)% . rser = <> %(rser_def)% . sese = <> %(sese_def)% end %% Definitions for 72 relations of DRA 72. %% Subsorting is used extensively spec DipoleRelations72[sort Point] = DipoleRelations24 [sort Point] then free type DipolePointRelation72 ::= sort DipolePointRelation24 | b | i | f %% sort DipolePointRelation24 < DipolePointRelation72 free type DipoleRelation72 ::= <<__ __ __ __>>(fst:DipolePointRelation72; snd:DipolePointRelation72; trd: DipolePointRelation72; frt: DipolePointRelation72) sort DipoleRelation24 < DipoleRelation72 pred >__ __ __< : PairOfPoints * DipoleRelation72 * PairOfPoints pred >>__ __ __<< : PairOfPoints * DipolePointRelation72 * Point pred DpPoint : PairOfPoints * Point %% DRA 72 Relations sort BaseRelation72 = {x : DipoleRelation72 . x in BaseRelation24 \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> \/ x = <> } %(BaseRelation72_def)% %% Definition of Dipole Relations by Dipole point relations forall Dp1,Dp2 : PairOfPoints; rel : BaseRelation72; rel1, rel2 : DipolePointRelation72; pt : Point . >> Dp1 rel1 pt << => Dipole(Dp1) . Dipole(Dp1) /\ Dipole(Dp2) => (> Dp1 rel Dp2 < <=> (>> Dp1 fst(rel) sp(Dp2) << /\ >> Dp1 snd(rel) ep(Dp2) << /\ >> Dp2 trd(rel) sp(Dp1) << /\ >> Dp2 frt(rel) ep(Dp1) << /\ DpPoint (Dp1, sp(Dp1)) /\ DpPoint (Dp1, ep(Dp1)) /\ DpPoint (Dp2, sp(Dp2)) /\ DpPoint (Dp2, ep(Dp2)) )) %(Dipole_Dipole_rel24_def_on_point_rels)% . >> Dp1 rel1 sp(Dp2) << /\ >> Dp1 rel2 sp(Dp2) << => rel1 = rel2 %(ax_unique_1)% . >> Dp1 rel1 ep(Dp2) << /\ >> Dp1 rel2 ep(Dp2) << => rel1 = rel2 %(ax_unique_2)% . >> Dp2 rel1 sp(Dp1) << /\ >> Dp2 rel2 sp(Dp1) << => rel1 = rel2 %(ax_unique_3)% . >> Dp2 rel1 ep(Dp1) << /\ >> Dp2 rel2 ep(Dp1) << => rel1 = rel2 %(ax_unique_4)% %% Shortcuts for the relations... just for your convenience op rrrr, rrrl, rrlr, rrll, rlrr, rllr, rlll, lrrr, lrrl, lrll, llrr, llrl, lllr, llll, ells, eses, errs, lere, rele, slsr, srsl, lsel, rser, sese, ffbb, efbs, ifbi, bfii, sfsi, beie, bbff, bsef, biif, iibf, sisf, iebe, ffff, fefe, fifi, fbii, fsei, ebis, iifb, eifs, iseb, bbbb, sbsb, ibib, lllb, llfl, llbr, llrf, lirl, lfrr, lril, lrri, blrr, irrl, frrr, rbrr, lbll, flll, brll, rfll, rlli, rrlf, illr, rilr, rrbl, rlir, rrfr, rrrb : BaseRelation72 . rrrr = <> %(rrrr_def)% . rrrl = <> %(rrrl_def)% . rrlr = <> %(rrlr_def)% . rrll = <> %(rrll_def)% . rlrr = <> %(rlrr_def)% . rllr = <> %(rllr_def)% . rlll = <> %(rlll_def)% . lrrr = <> %(lrrr_def)% . lrrl = <> %(lrrl_def)% . lrll = <> %(lrll_def)% . llrr = <> %(llrr_def)% . llrl = <> %(llrl_def)% . lllr = <> %(lllr_def)% . llll = <> %(llll_def)% . ells = <> %(ells_def)% . eses = <> %(eses_def)% . errs = <> %(errs_def)% . lere = <> %(lere_def)% . rele = <> %(rele_def)% . slsr = <> %(slsr_def)% . srsl = <> %(srsl_def)% . lsel = <> %(lsel_def)% . rser = <> %(rser_def)% . sese = <> %(sese_def)% . ffbb = <> %(ffbb_def)% . efbs = <> %(efbs_def)% . ifbi = <> %(ifbi_def)% . bfii = <> %(bfii_def)% . sfsi = <> %(sfsi_def)% . beie = <> %(beie_def)% . bbff = <> %(bbff_def)% . bsef = <> %(bsef_def)% . biif = <> %(biif_def)% . iibf = <> %(iibf_def)% . sisf = <> %(sisf_def)% . iebe = <> %(iebe_def)% . ffff = <> %(ffff_def)% . fefe = <> %(fefe_def)% . fifi = <> %(fifi_def)% . fbii = <> %(fbii_def)% . fsei = <> %(fsei_def)% . ebis = <> %(ebis_def)% . iifb = <> %(iifb_def)% . eifs = <> %(eifs_def)% . iseb = <> %(iseb_def)% . bbbb = <> %(bbbb_def)% . sbsb = <> %(sbsb_def)% . ibib = <> %(ibib_def)% . lllb = <> %(lllb_def)% . llfl = <> %(llfl_def)% . llbr = <> %(llbr_def)% . llrf = <> %(llrf_def)% . lirl = <> %(lirl_def)% . lfrr = <> %(lfrr_def)% . lril = <> %(lril_def)% . lrri = <> %(lrri_def)% . blrr = <> %(blrr_def)% . irrl = <> %(irrl_def)% . frrr = <> %(frrr_def)% . rbrr = <> %(rbrr_def)% . lbll = <> %(lbll_def)% . flll = <> %(flll_def)% . brll = <> %(brll_def)% . rfll = <> %(rfll_def)% . rlli = <> %(rlli_def)% . rrlf = <> %(rrlf_def)% . illr = <> %(illr_def)% . rilr = <> %(rilr_def)% . rrbl = <> %(rrbl_def)% . rlir = <> %(rlir_def)% . rrfr = <> %(rrfr_def)% . rrrb = <> %(rrrb_def)% end spec DRA24Composition[sort Point] = DipoleRelations24[sort Point] then pred genPosDpPt : PairOfPoints * Point; genPos : PairOfPoints * PairOfPoints; normDP : PairOfPoints; forall a, b, c : PairOfPoints; rel1, rel2 : BaseRelation24 %% disable include preceeding theorems in next proof attempt for better results . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => exists rel : BaseRelation24. > a rel b < %(DRA24_JE)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => >a rel1 b < /\ > a rel2 b < /\ not (a = b) => rel1 = rel2 %(DRA24_PD)% %% universal relation . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => >a rrrr b < \/ > a rrll b < \/ > a llrr b< \/ >a llll b < \/ >a rrrl b < \/ > a rrlr b< \/ >a rlrr b < \/ > a rllr b < \/ > a rlll b< \/ >a lrrr b < \/ >a lrrl b < \/ > a lrll b< \/ >a llrl b < \/ > a lllr b < \/ > a ells b< \/ >a errs b < \/ >a lere b < \/ > a rele b< \/ >a slsr b < \/ > a srsl b < \/ > a lsel b< \/ >a rser b < \/ >a sese b < \/ > a eses b< %(DRA24_Universal)% %% the converses . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a eses b < => >b eses a<) %(DRA24_Conv_eses)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a sese b < => >b sese a<) %(DRA24_Conv_sese)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rlll b < => >b llrl a<) %(DRA24_Conv_rlll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a lere b < => >b rele a<) %(DRA24_Conv_lere)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rele b < => >b lere a<) %(DRA24_Conv_rele)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a llll b < => >b llll a<) %(DRA24_Conv_llll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rrrr b < => >b rrrr a<) %(DRA24_Conv_rrrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a ells b < => >b lsel a<) %(DRA24_Conv_ells)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a errs b < => >b rser a<) %(DRA24_Conv_errs)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a lsel b < => >b ells a<) %(DRA24_Conv_lsel)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rrll b < => >b llrr a<) %(DRA24_Conv_rrll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a llrr b < => >b rrll a<) %(DRA24_Conv_llrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rrrl b < => >b rlrr a<) %(DRA24_Conv_rrrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rrlr b < => >b lrrr a<) %(DRA24_Conv_rrlr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rlrr b < => >b rrrl a<) %(DRA24_Conv_rlrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rllr b < => >b lrrl a<) %(DRA24_Conv_rllr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a lrrr b < => >b rrlr a<) %(DRA24_Conv_lrrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a lrrl b < => >b rllr a<) %(DRA24_Conv_lrrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a lrll b < => >b lllr a<) %(DRA24_Conv_lrll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a llrl b < => >b rlll a<) %(DRA24_Conv_llrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a lllr b < => >b lrll a<) %(DRA24_Conv_lllr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a slsr b < => >b srsl a<) %(DRA24_Conv_srsl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a srsl b < => >b slsr a<) %(DRA24_Conv_slsr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => (>a rser b < => >b errs a<) %(DRA24_Conv_rser)% %% pairwise disjointness -- automatically generated . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rrrr b < => not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) )%(DRA24_PD_rrrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rrrl b < => not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) ) %(DRA24_PD_rrrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rrlr b < => not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) ) %(DRA24_PD_rrlr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rrll b < => not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) ) %(DRA24_PD_rrll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rlrr b < => not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) ) %(DRA24_PD_rlrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rllr b < => not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) ) %(DRA24_PD_rllr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rlll b < => not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) ) %(DRA24_PD_rlll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a lrrr b < => not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) ) %(DRA24_PD_lrrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a lrrl b < => not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) ) %(DRA24_PD_lrrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a lrll b < => not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) ) %(DRA24_PD_lrll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a llrr b < => not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) ) %(DRA24_PD_llrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a llrl b < => not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) ) %(DRA24_PD_llrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a lllr b < => not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) ) %(DRA24_PD_lllr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a llll b < => not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) ) %(DRA24_PD_llll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a ells b < => not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) ) %(DRA24_PD_ells)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a eses b < => not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) ) %(DRA24_PD_eses)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a errs b < => not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) ) %(DRA24_PD_errs)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a lere b < => not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) ) %(DRA24_PD_lere)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rele b < => not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) ) %(DRA24_PD_rele)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a slsr b < => not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) ) %(DRA24_PD_slsr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a srsl b < => not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) ) %(DRA24_PD_srsl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a lsel b < => not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) ) %(DRA24_PD_lsel)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a rser b < => not ( > a sese b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) ) %(DRA24_PD_rser)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ genPos(a,b) => ( > a sese b < => not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) ) %(DRA24_PD_sese)% %% Composition automatically generated from SparQ . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a sese c < ) ) %(DRA24_Composition1)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition2)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a errs c < \/ > a lere c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition3)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition4)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition5)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition6)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rlll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition7)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition8)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition9)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b lrll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition10)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition11)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llll c < ) ) %(DRA24_Composition12)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a llrr c < \/ > a llll c < ) ) %(DRA24_Composition13)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition14)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b ells c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < ) ) %(DRA24_Composition15)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b errs c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition16)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b lere c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrll c < ) ) %(DRA24_Composition17)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rele c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition18)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b slsr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < ) ) %(DRA24_Composition19)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b srsl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition20)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b lsel c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrll c < ) ) %(DRA24_Composition21)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b rser c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition22)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b sese c < ) => ( > a rrrr c < ) ) %(DRA24_Composition23)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrr b < /\ > b eses c < ) => ( > a rrll c < ) ) %(DRA24_Composition24)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition25)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition26)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rrlr c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition27)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition28)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rlrr c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition29)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rllr c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a rele c < \/ > a srsl c < ) ) %(DRA24_Composition30)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rlll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a rele c < \/ > a srsl c < ) ) %(DRA24_Composition31)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < \/ > a rser c < ) ) %(DRA24_Composition32)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < \/ > a rser c < ) ) %(DRA24_Composition33)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b lrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition34)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition35)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition36)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b lllr c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition37)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition38)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b ells c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < ) ) %(DRA24_Composition39)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b errs c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rser c < ) ) %(DRA24_Composition40)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b lere c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition41)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rele c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition42)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b slsr c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < ) ) %(DRA24_Composition43)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b srsl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rser c < ) ) %(DRA24_Composition44)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b lsel c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition45)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b rser c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition46)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b sese c < ) => ( > a rrrl c < ) ) %(DRA24_Composition47)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrrl b < /\ > b eses c < ) => ( > a rrlr c < ) ) %(DRA24_Composition48)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition49)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rrrl c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition50)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition51)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition52)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < \/ > a rser c < ) ) %(DRA24_Composition53)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < \/ > a rser c < ) ) %(DRA24_Composition54)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rlll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition55)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b lrrr c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition56)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b lrrl c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a rele c < \/ > a srsl c < ) ) %(DRA24_Composition57)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b lrll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a rele c < \/ > a srsl c < ) ) %(DRA24_Composition58)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition59)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b llrl c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition60)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition61)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition62)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b ells c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rser c < ) ) %(DRA24_Composition63)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b errs c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < ) ) %(DRA24_Composition64)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b lere c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition65)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rele c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition66)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b slsr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rser c < ) ) %(DRA24_Composition67)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b srsl c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < ) ) %(DRA24_Composition68)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b lsel c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition69)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b rser c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition70)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b sese c < ) => ( > a rrlr c < ) ) %(DRA24_Composition71)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrlr b < /\ > b eses c < ) => ( > a rrrl c < ) ) %(DRA24_Composition72)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition73)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a llrr c < \/ > a llll c < ) ) %(DRA24_Composition74)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llll c < ) ) %(DRA24_Composition75)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition76)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition77)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition78)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rlll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition79)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition80)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition81)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b lrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition82)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a sese c < ) ) %(DRA24_Composition83)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a errs c < \/ > a lere c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition84)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition85)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition86)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b ells c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition87)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b errs c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < ) ) %(DRA24_Composition88)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b lere c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition89)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rele c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrll c < ) ) %(DRA24_Composition90)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b slsr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition91)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b srsl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < ) ) %(DRA24_Composition92)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b lsel c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition93)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b rser c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrll c < ) ) %(DRA24_Composition94)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b sese c < ) => ( > a rrll c < ) ) %(DRA24_Composition95)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rrll b < /\ > b eses c < ) => ( > a rrrr c < ) ) %(DRA24_Composition96)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a errs c < \/ > a lere c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition97)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a sese c < ) ) %(DRA24_Composition98)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition99)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition100)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition101)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition102)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rlll c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition103)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b lrrr c < ) => ( > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition104)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition105)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b lrll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition106)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition107)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition108)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition109)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition110)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b ells c < ) => ( > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition111)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b errs c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition112)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b lere c < ) => ( > a rlrr c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition113)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rele c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition114)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b slsr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < ) ) %(DRA24_Composition115)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b srsl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition116)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b lsel c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrll c < ) ) %(DRA24_Composition117)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b rser c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition118)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b sese c < ) => ( > a rlrr c < ) ) %(DRA24_Composition119)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlrr b < /\ > b eses c < ) => ( > a lrll c < ) ) %(DRA24_Composition120)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition121)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition122)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition123)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rrll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition124)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < \/ > a rser c < ) ) %(DRA24_Composition125)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition126)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rlll c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a lsel c < ) ) %(DRA24_Composition127)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b lrrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a slsr c < ) ) %(DRA24_Composition128)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b lrrl c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition129)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b lrll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a rele c < \/ > a srsl c < ) ) %(DRA24_Composition130)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition131)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition132)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition133)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b llll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition134)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b ells c < ) => ( > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition135)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b errs c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < ) ) %(DRA24_Composition136)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b lere c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition137)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rele c < ) => ( > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition138)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b slsr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rser c < ) ) %(DRA24_Composition139)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b srsl c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < ) ) %(DRA24_Composition140)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b lsel c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition141)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b rser c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition142)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b sese c < ) => ( > a rllr c < ) ) %(DRA24_Composition143)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rllr b < /\ > b eses c < ) => ( > a lrrl c < ) ) %(DRA24_Composition144)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition145)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition146)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrr c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition147)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition148)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition149)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition150)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rlll c < ) => ( > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition151)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b lrrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition152)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition153)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b lrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition154)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition155)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a sese c < ) ) %(DRA24_Composition156)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition157)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a errs c < \/ > a lere c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition158)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b ells c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition159)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b errs c < ) => ( > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition160)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b lere c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition161)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rele c < ) => ( > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition162)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b slsr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition163)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b srsl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlll c < ) ) %(DRA24_Composition164)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b lsel c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition165)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b rser c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < ) ) %(DRA24_Composition166)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b sese c < ) => ( > a rlll c < ) ) %(DRA24_Composition167)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rlll b < /\ > b eses c < ) => ( > a lrrr c < ) ) %(DRA24_Composition168)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition169)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition170)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a sese c < ) ) %(DRA24_Composition171)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a errs c < \/ > a lere c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition172)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rlrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition173)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition174)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rlll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition175)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition176)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition177)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b lrll c < ) => ( > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition178)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition179)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrr c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition180)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition181)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition182)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b ells c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlll c < ) ) %(DRA24_Composition183)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b errs c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition184)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b lere c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrr c < ) ) %(DRA24_Composition185)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rele c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition186)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b slsr c < ) => ( > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition187)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b srsl c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition188)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b lsel c < ) => ( > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition189)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b rser c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition190)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b sese c < ) => ( > a lrrr c < ) ) %(DRA24_Composition191)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrr b < /\ > b eses c < ) => ( > a rlll c < ) ) %(DRA24_Composition192)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition193)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition194)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition195)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rrll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition196)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rlrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a slsr c < ) ) %(DRA24_Composition197)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rllr c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition198)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rlll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a rele c < \/ > a srsl c < ) ) %(DRA24_Composition199)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < \/ > a rser c < ) ) %(DRA24_Composition200)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition201)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b lrll c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a lsel c < ) ) %(DRA24_Composition202)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition203)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition204)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition205)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b llll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition206)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b ells c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < ) ) %(DRA24_Composition207)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b errs c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rser c < ) ) %(DRA24_Composition208)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b lere c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition209)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rele c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition210)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b slsr c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < ) ) %(DRA24_Composition211)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b srsl c < ) => ( > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition212)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b lsel c < ) => ( > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition213)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b rser c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition214)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b sese c < ) => ( > a lrrl c < ) ) %(DRA24_Composition215)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrrl b < /\ > b eses c < ) => ( > a rllr c < ) ) %(DRA24_Composition216)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition217)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition218)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition219)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition220)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rlrr c < ) => ( > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition221)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition222)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rlll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition223)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition224)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition225)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b lrll c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition226)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a errs c < \/ > a lere c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition227)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition228)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a sese c < ) ) %(DRA24_Composition229)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition230)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b ells c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < \/ > a rser c < ) ) %(DRA24_Composition231)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b errs c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < ) ) %(DRA24_Composition232)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b lere c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a errs c < \/ > a srsl c < ) ) %(DRA24_Composition233)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rele c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a lrll c < ) ) %(DRA24_Composition234)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b slsr c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition235)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b srsl c < ) => ( > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition236)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b lsel c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition237)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b rser c < ) => ( > a rlrr c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition238)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b sese c < ) => ( > a lrll c < ) ) %(DRA24_Composition239)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lrll b < /\ > b eses c < ) => ( > a rlrr c < ) ) %(DRA24_Composition240)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition241)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a errs c < \/ > a lere c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition242)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition243)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a sese c < ) ) %(DRA24_Composition244)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition245)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rllr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition246)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rlll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition247)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition248)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b lrrl c < ) => ( > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition249)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b lrll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition250)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition251)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition252)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition253)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition254)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b ells c < ) => ( > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition255)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b errs c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition256)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b lere c < ) => ( > a rlrr c < \/ > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition257)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rele c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition258)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b slsr c < ) => ( > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition259)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b srsl c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition260)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b lsel c < ) => ( > a rlrr c < \/ > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition261)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b rser c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition262)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b sese c < ) => ( > a llrr c < ) ) %(DRA24_Composition263)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrr b < /\ > b eses c < ) => ( > a llll c < ) ) %(DRA24_Composition264)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition265)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rrrl c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition266)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition267)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition268)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rlrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a slsr c < ) ) %(DRA24_Composition269)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rllr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a slsr c < ) ) %(DRA24_Composition270)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rlll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition271)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition272)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b lrrl c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a lsel c < ) ) %(DRA24_Composition273)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b lrll c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a lsel c < ) ) %(DRA24_Composition274)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition275)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b llrl c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition276)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition277)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition278)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b ells c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < ) ) %(DRA24_Composition279)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b errs c < ) => ( > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition280)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b lere c < ) => ( > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition281)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rele c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition282)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b slsr c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < ) ) %(DRA24_Composition283)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b srsl c < ) => ( > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition284)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b lsel c < ) => ( > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition285)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b rser c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition286)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b sese c < ) => ( > a llrl c < ) ) %(DRA24_Composition287)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llrl b < /\ > b eses c < ) => ( > a lllr c < ) ) %(DRA24_Composition288)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition289)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition290)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rrlr c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition291)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < ) ) %(DRA24_Composition292)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition293)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rllr c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a lsel c < ) ) %(DRA24_Composition294)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rlll c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a lsel c < ) ) %(DRA24_Composition295)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b lrrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a slsr c < ) ) %(DRA24_Composition296)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b lrrl c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a slsr c < ) ) %(DRA24_Composition297)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b lrll c < ) => ( > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition298)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition299)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition300)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b lllr c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition301)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition302)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b ells c < ) => ( > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition303)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b errs c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < ) ) %(DRA24_Composition304)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b lere c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition305)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rele c < ) => ( > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition306)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b slsr c < ) => ( > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition307)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b srsl c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a lere c < ) ) %(DRA24_Composition308)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b lsel c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition309)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b rser c < ) => ( > a rllr c < \/ > a rlll c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition310)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b sese c < ) => ( > a lllr c < ) ) %(DRA24_Composition311)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lllr b < /\ > b eses c < ) => ( > a llrl c < ) ) %(DRA24_Composition312)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition313)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition314)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition315)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition316)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition317)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rllr c < ) => ( > a rlrr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition318)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rlll c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a rele c < \/ > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition319)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition320)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b lrrl c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition321)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b lrll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition322)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition323)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition324)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a errs c < \/ > a lere c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition325)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b llll c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rrlr c < \/ > a rrll c < \/ > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a errs c < \/ > a lere c < \/ > a rele c < \/ > a slsr c < \/ > a srsl c < \/ > a lsel c < \/ > a rser c < \/ > a sese c < ) ) %(DRA24_Composition326)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b ells c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition327)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b errs c < ) => ( > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition328)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b lere c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition329)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rele c < ) => ( > a rlrr c < \/ > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition330)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b slsr c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < \/ > a lere c < \/ > a lsel c < ) ) %(DRA24_Composition331)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b srsl c < ) => ( > a lrrr c < \/ > a lrll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition332)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b lsel c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a rlll c < \/ > a llrr c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a slsr c < ) ) %(DRA24_Composition333)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b rser c < ) => ( > a rlrr c < \/ > a rlll c < \/ > a llrr c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition334)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b sese c < ) => ( > a llll c < ) ) %(DRA24_Composition335)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a llll b < /\ > b eses c < ) => ( > a llrr c < ) ) %(DRA24_Composition336)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < ) ) %(DRA24_Composition337)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < ) ) %(DRA24_Composition338)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rrlr c < ) => ( > a rrll c < \/ > a rlll c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition339)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rrll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition340)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a rser c < ) ) %(DRA24_Composition341)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rllr c < ) => ( > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition342)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rlll c < ) => ( > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition343)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b lrrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition344)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b lrrl c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition345)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b lrll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition346)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition347)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition348)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b lllr c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition349)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b llll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition350)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b ells c < ) => ( > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition351)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b errs c < ) => ( > a lrrr c < \/ > a llrr c < \/ > a lllr c < ) ) %(DRA24_Composition352)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b lere c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition353)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rele c < ) => ( > a rlll c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition354)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b slsr c < ) => ( > a ells c < \/ > a errs c < \/ > a eses c < ) ) %(DRA24_Composition355)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b srsl c < ) => ( > a ells c < \/ > a errs c < ) ) %(DRA24_Composition356)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b lsel c < ) => ( > a lere c < \/ > a rele c < \/ > a sese c < ) ) %(DRA24_Composition357)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b rser c < ) => ( > a lere c < \/ > a rele c < ) ) %(DRA24_Composition358)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b sese c < ) => ( > a ells c < ) ) %(DRA24_Composition359)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a ells b < /\ > b eses c < ) => ( > a lere c < ) ) %(DRA24_Composition360)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition361)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition362)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rrlr c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition363)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rrll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition364)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rlrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition365)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rllr c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition366)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rlll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition367)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a rser c < ) ) %(DRA24_Composition368)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a rser c < ) ) %(DRA24_Composition369)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b lrll c < ) => ( > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition370)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < ) ) %(DRA24_Composition371)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a lrrr c < \/ > a llrr c < ) ) %(DRA24_Composition372)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b lllr c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a llll c < ) ) %(DRA24_Composition373)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b llll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition374)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b ells c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < ) ) %(DRA24_Composition375)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b errs c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rser c < ) ) %(DRA24_Composition376)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b lere c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a lrrr c < ) ) %(DRA24_Composition377)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rele c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition378)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b slsr c < ) => ( > a ells c < \/ > a errs c < ) ) %(DRA24_Composition379)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b srsl c < ) => ( > a ells c < \/ > a errs c < \/ > a eses c < ) ) %(DRA24_Composition380)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b lsel c < ) => ( > a lere c < \/ > a rele c < ) ) %(DRA24_Composition381)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b rser c < ) => ( > a lere c < \/ > a rele c < \/ > a sese c < ) ) %(DRA24_Composition382)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b sese c < ) => ( > a errs c < ) ) %(DRA24_Composition383)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a errs b < /\ > b eses c < ) => ( > a rele c < ) ) %(DRA24_Composition384)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition385)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rrrl c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition386)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition387)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rrll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition388)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rlrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition389)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rllr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition390)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rlll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition391)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a rser c < ) ) %(DRA24_Composition392)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b lrrl c < ) => ( > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition393)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b lrll c < ) => ( > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition394)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < ) ) %(DRA24_Composition395)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b llrl c < ) => ( > a rrll c < \/ > a rlll c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition396)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < ) ) %(DRA24_Composition397)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b llll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition398)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b ells c < ) => ( > a ells c < \/ > a errs c < ) ) %(DRA24_Composition399)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b errs c < ) => ( > a ells c < \/ > a errs c < \/ > a eses c < ) ) %(DRA24_Composition400)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b lere c < ) => ( > a lere c < \/ > a rele c < ) ) %(DRA24_Composition401)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rele c < ) => ( > a lere c < \/ > a rele c < \/ > a sese c < ) ) %(DRA24_Composition402)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b slsr c < ) => ( > a lrrr c < \/ > a llrr c < \/ > a lllr c < ) ) %(DRA24_Composition403)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b srsl c < ) => ( > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition404)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b lsel c < ) => ( > a rlll c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition405)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b rser c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition406)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b sese c < ) => ( > a lere c < ) ) %(DRA24_Composition407)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lere b < /\ > b eses c < ) => ( > a ells c < ) ) %(DRA24_Composition408)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < ) ) %(DRA24_Composition409)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rrrl c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a llll c < ) ) %(DRA24_Composition410)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a lrrr c < \/ > a llrr c < ) ) %(DRA24_Composition411)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rrll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a llrl c < \/ > a llll c < ) ) %(DRA24_Composition412)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a rser c < ) ) %(DRA24_Composition413)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a rser c < ) ) %(DRA24_Composition414)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rlll c < ) => ( > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a lsel c < ) ) %(DRA24_Composition415)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b lrrr c < ) => ( > a rlrr c < \/ > a rllr c < \/ > a lrrr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < ) ) %(DRA24_Composition416)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b lrrl c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition417)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b lrll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition418)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition419)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b llrl c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition420)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a llrr c < \/ > a lllr c < \/ > a slsr c < \/ > a rser c < ) ) %(DRA24_Composition421)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b llll c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a llrl c < \/ > a llll c < \/ > a srsl c < \/ > a lsel c < ) ) %(DRA24_Composition422)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b ells c < ) => ( > a ells c < \/ > a errs c < \/ > a eses c < ) ) %(DRA24_Composition423)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b errs c < ) => ( > a ells c < \/ > a errs c < ) ) %(DRA24_Composition424)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b lere c < ) => ( > a lere c < \/ > a rele c < \/ > a sese c < ) ) %(DRA24_Composition425)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rele c < ) => ( > a lere c < \/ > a rele c < ) ) %(DRA24_Composition426)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b slsr c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a rlrr c < \/ > a rllr c < \/ > a rser c < ) ) %(DRA24_Composition427)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b srsl c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a rlll c < ) ) %(DRA24_Composition428)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b lsel c < ) => ( > a rrrl c < \/ > a rrll c < \/ > a lrrl c < \/ > a lrll c < \/ > a srsl c < ) ) %(DRA24_Composition429)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b rser c < ) => ( > a rrrr c < \/ > a rrlr c < \/ > a lrrr c < ) ) %(DRA24_Composition430)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b sese c < ) => ( > a rele c < ) ) %(DRA24_Composition431)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rele b < /\ > b eses c < ) => ( > a errs c < ) ) %(DRA24_Composition432)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition433)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition434)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rrlr c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition435)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rrll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition436)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition437)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rllr c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition438)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rlll c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition439)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b lrrr c < ) => ( > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lere c < ) ) %(DRA24_Composition440)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b lrrl c < ) => ( > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lere c < ) ) %(DRA24_Composition441)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b lrll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a rele c < ) ) %(DRA24_Composition442)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a llrr c < \/ > a llrl c < ) ) %(DRA24_Composition443)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rlrr c < \/ > a llrr c < \/ > a llrl c < ) ) %(DRA24_Composition444)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b lllr c < ) => ( > a rrll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition445)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b llll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition446)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b ells c < ) => ( > a lrll c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition447)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b errs c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lere c < ) ) %(DRA24_Composition448)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b lere c < ) => ( > a rlrr c < \/ > a llrr c < \/ > a llrl c < ) ) %(DRA24_Composition449)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rele c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition450)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b slsr c < ) => ( > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition451)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b srsl c < ) => ( > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition452)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b lsel c < ) => ( > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition453)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b rser c < ) => ( > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition454)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b sese c < ) => ( > a slsr c < ) ) %(DRA24_Composition455)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a slsr b < /\ > b eses c < ) => ( > a lsel c < ) ) %(DRA24_Composition456)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a llrr c < \/ > a llrl c < ) ) %(DRA24_Composition457)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a llrr c < ) ) %(DRA24_Composition458)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rrlr c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a lrll c < \/ > a llll c < ) ) %(DRA24_Composition459)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rrll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition460)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rlrr c < ) => ( > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lere c < ) ) %(DRA24_Composition461)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rllr c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a rele c < ) ) %(DRA24_Composition462)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rlll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a rele c < ) ) %(DRA24_Composition463)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition464)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b lrrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition465)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b lrll c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition466)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition467)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b llrl c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition468)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b lllr c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition469)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b llll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition470)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b ells c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < ) ) %(DRA24_Composition471)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b errs c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < ) ) %(DRA24_Composition472)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b lere c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition473)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rele c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a lrll c < ) ) %(DRA24_Composition474)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b slsr c < ) => ( > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition475)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b srsl c < ) => ( > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition476)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b lsel c < ) => ( > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition477)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b rser c < ) => ( > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition478)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b sese c < ) => ( > a srsl c < ) ) %(DRA24_Composition479)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a srsl b < /\ > b eses c < ) => ( > a rser c < ) ) %(DRA24_Composition480)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a llrr c < \/ > a llrl c < ) ) %(DRA24_Composition481)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rrrl c < ) => ( > a rrll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition482)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rlrr c < \/ > a llrr c < \/ > a llrl c < ) ) %(DRA24_Composition483)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rrll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition484)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rlrr c < ) => ( > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lere c < ) ) %(DRA24_Composition485)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rllr c < ) => ( > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lere c < ) ) %(DRA24_Composition486)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rlll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a rele c < ) ) %(DRA24_Composition487)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b lrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition488)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b lrrl c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition489)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b lrll c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition490)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition491)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b llrl c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition492)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition493)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b llll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition494)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b ells c < ) => ( > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition495)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b errs c < ) => ( > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition496)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b lere c < ) => ( > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition497)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rele c < ) => ( > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition498)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b slsr c < ) => ( > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lere c < ) ) %(DRA24_Composition499)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b srsl c < ) => ( > a lrll c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition500)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b lsel c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition501)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b rser c < ) => ( > a rlrr c < \/ > a llrr c < \/ > a llrl c < ) ) %(DRA24_Composition502)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b sese c < ) => ( > a lsel c < ) ) %(DRA24_Composition503)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a lsel b < /\ > b eses c < ) => ( > a slsr c < ) ) %(DRA24_Composition504)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rrrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition505)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rrrl c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition506)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rrlr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a errs c < \/ > a lere c < ) ) %(DRA24_Composition507)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rrll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < \/ > a rele c < ) ) %(DRA24_Composition508)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rlrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition509)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition510)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rlll c < ) => ( > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < \/ > a ells c < ) ) %(DRA24_Composition511)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b lrrr c < ) => ( > a rlrr c < \/ > a lrrr c < \/ > a lrrl c < \/ > a llrr c < \/ > a llrl c < \/ > a lere c < ) ) %(DRA24_Composition512)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b lrrl c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a rele c < ) ) %(DRA24_Composition513)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b lrll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a lrll c < \/ > a rele c < ) ) %(DRA24_Composition514)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b llrr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a llrr c < \/ > a llrl c < ) ) %(DRA24_Composition515)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b llrl c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a lrll c < \/ > a llll c < ) ) %(DRA24_Composition516)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b lllr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < \/ > a llrr c < ) ) %(DRA24_Composition517)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b llll c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a lrll c < \/ > a lllr c < \/ > a llll c < ) ) %(DRA24_Composition518)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b ells c < ) => ( > a slsr c < \/ > a srsl c < ) ) %(DRA24_Composition519)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b errs c < ) => ( > a slsr c < \/ > a srsl c < \/ > a sese c < ) ) %(DRA24_Composition520)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b lere c < ) => ( > a lsel c < \/ > a rser c < ) ) %(DRA24_Composition521)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rele c < ) => ( > a lsel c < \/ > a rser c < \/ > a eses c < ) ) %(DRA24_Composition522)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b slsr c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a rlrr c < ) ) %(DRA24_Composition523)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b srsl c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a rllr c < \/ > a rlll c < \/ > a rele c < ) ) %(DRA24_Composition524)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b lsel c < ) => ( > a rrlr c < \/ > a rrll c < \/ > a lrll c < ) ) %(DRA24_Composition525)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b rser c < ) => ( > a rrrr c < \/ > a rrrl c < \/ > a lrrr c < \/ > a lrrl c < \/ > a errs c < ) ) %(DRA24_Composition526)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b sese c < ) => ( > a rser c < ) ) %(DRA24_Composition527)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a rser b < /\ > b eses c < ) => ( > a srsl c < ) ) %(DRA24_Composition528)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rrrr c < ) => ( > a rrrr c < ) ) %(DRA24_Composition529)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rrrl c < ) => ( > a rrrl c < ) ) %(DRA24_Composition530)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rrlr c < ) => ( > a rrlr c < ) ) %(DRA24_Composition531)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rrll c < ) => ( > a rrll c < ) ) %(DRA24_Composition532)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rlrr c < ) => ( > a rlrr c < ) ) %(DRA24_Composition533)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rllr c < ) => ( > a rllr c < ) ) %(DRA24_Composition534)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rlll c < ) => ( > a rlll c < ) ) %(DRA24_Composition535)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b lrrr c < ) => ( > a lrrr c < ) ) %(DRA24_Composition536)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b lrrl c < ) => ( > a lrrl c < ) ) %(DRA24_Composition537)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b lrll c < ) => ( > a lrll c < ) ) %(DRA24_Composition538)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b llrr c < ) => ( > a llrr c < ) ) %(DRA24_Composition539)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b llrl c < ) => ( > a llrl c < ) ) %(DRA24_Composition540)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b lllr c < ) => ( > a lllr c < ) ) %(DRA24_Composition541)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b llll c < ) => ( > a llll c < ) ) %(DRA24_Composition542)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b ells c < ) => ( > a ells c < ) ) %(DRA24_Composition543)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b errs c < ) => ( > a errs c < ) ) %(DRA24_Composition544)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b lere c < ) => ( > a lere c < ) ) %(DRA24_Composition545)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rele c < ) => ( > a rele c < ) ) %(DRA24_Composition546)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b slsr c < ) => ( > a slsr c < ) ) %(DRA24_Composition547)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b srsl c < ) => ( > a srsl c < ) ) %(DRA24_Composition548)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b lsel c < ) => ( > a lsel c < ) ) %(DRA24_Composition549)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b rser c < ) => ( > a rser c < ) ) %(DRA24_Composition550)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b sese c < ) => ( > a sese c < ) ) %(DRA24_Composition551)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a sese b < /\ > b eses c < ) => ( > a eses c < ) ) %(DRA24_Composition552)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rrrr c < ) => ( > a llrr c < ) ) %(DRA24_Composition553)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rrrl c < ) => ( > a lllr c < ) ) %(DRA24_Composition554)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rrlr c < ) => ( > a llrl c < ) ) %(DRA24_Composition555)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rrll c < ) => ( > a llll c < ) ) %(DRA24_Composition556)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rlrr c < ) => ( > a lrrr c < ) ) %(DRA24_Composition557)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rllr c < ) => ( > a lrrl c < ) ) %(DRA24_Composition558)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rlll c < ) => ( > a lrll c < ) ) %(DRA24_Composition559)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b lrrr c < ) => ( > a rlrr c < ) ) %(DRA24_Composition560)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b lrrl c < ) => ( > a rllr c < ) ) %(DRA24_Composition561)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b lrll c < ) => ( > a rlll c < ) ) %(DRA24_Composition562)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b llrr c < ) => ( > a rrrr c < ) ) %(DRA24_Composition563)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b llrl c < ) => ( > a rrlr c < ) ) %(DRA24_Composition564)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b lllr c < ) => ( > a rrrl c < ) ) %(DRA24_Composition565)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b llll c < ) => ( > a rrll c < ) ) %(DRA24_Composition566)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b ells c < ) => ( > a srsl c < ) ) %(DRA24_Composition567)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b errs c < ) => ( > a slsr c < ) ) %(DRA24_Composition568)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b lere c < ) => ( > a rser c < ) ) %(DRA24_Composition569)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rele c < ) => ( > a lsel c < ) ) %(DRA24_Composition570)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b slsr c < ) => ( > a errs c < ) ) %(DRA24_Composition571)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b srsl c < ) => ( > a ells c < ) ) %(DRA24_Composition572)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b lsel c < ) => ( > a rele c < ) ) %(DRA24_Composition573)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b rser c < ) => ( > a lere c < ) ) %(DRA24_Composition574)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b sese c < ) => ( > a eses c < ) ) %(DRA24_Composition575)% . Dipole (a) /\ normDP (a) /\ Dipole (b) /\ Dipole (c) /\ genPos(a,b) /\ genPos(a,c) /\ genPos(b,c) => ( ( > a eses b < /\ > b eses c < ) => ( > a sese c < ) ) %(DRA24_Composition576)% end spec DRA72Composition[sort Point] = DipoleRelations72[sort Point] then pred normDP : PairOfPoints; %% universal relation forall a, b : PairOfPoints; rel1, rel2 : BaseRelation72 . Dipole (a) /\ normDP (a) /\ Dipole (b) => (exists rel : BaseRelation24. > a rel b <) %(DRA72_JE)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrrr b < \/ > a rrll b < \/ > a llrr b < \/ > a llll b < \/ > a rrrl b < \/ > a rrlr b < \/ > a rlrr b < \/ > a rllr b < \/ > a rlll b < \/ > a lrrr b < \/ > a lrrl b < \/ > a lrll b < \/ > a llrl b < \/ > a lllr b < \/ > a ells b < \/ > a errs b < \/ > a lere b < \/ > a rele b < \/ > a slsr b < \/ > a srsl b < \/ > a lsel b < \/ > a rser b < \/ > a sese b < \/ > a eses b < \/ > a ffbb b < \/ > a efbs b < \/ > a ifbi b < \/ > a bfii b < \/ > a sfsi b < \/ > a beie b < \/ > a bbff b < \/ > a bsef b < \/ > a biif b < \/ > a iibf b < \/ > a sisf b < \/ > a iebe b < \/ > a ffff b < \/ > a fefe b < \/ > a fifi b < \/ > a fbii b < \/ > a fsei b < \/ > a ebis b < \/ > a iifb b < \/ > a eifs b < \/ > a iseb b < \/ > a bbbb b < \/ > a sbsb b < \/ > a ibib b < \/ > a lllb b < \/ > a llfl b < \/ > a llbr b < \/ > a llrf b < \/ > a lirl b < \/ > a lfrr b < \/ > a lril b < \/ > a lrri b < \/ > a blrr b < \/ > a irrl b < \/ > a frrr b < \/ > a rbrr b < \/ > a lbll b < \/ > a flll b < \/ > a brll b < \/ > a rfll b < \/ > a rlli b < \/ > a rrlf b < \/ > a illr b < \/ > a rilr b < \/ > a rrbl b < \/ > a rlir b < \/ > a rrfr b < \/ > a rrrb b <) %(Dra72_universal)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a ffbb b < => > a bbff b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a efbs b < => > a bsef b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a ifbi b < => > a biif b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a bfii b < => > a iibf b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a sfsi b < => > a sisf b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a beie b < => > a iebe b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a bbff b < => > a ffbb b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a bsef b < => > a efbs b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a biif b < => > a ifbi b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a iibf b < => > a bfii b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a sisf b < => > a sfsi b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a iebe b < => > a beie b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a fbii b < => > a iifb b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a fsei b < => > a eifs b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a ebis b < => > a iseb b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a iifb b < => > a fbii b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a eifs b < => > a fsei b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a iseb b < => > a ebis b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lllb b < => > a lbll b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a llfl b < => > a flll b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a llbr b < => > a brll b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a llrf b < => > a rfll b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lirl b < => > a rlli b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lfrr b < => > a rrlf b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lril b < => > a illr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lrri b < => > a rilr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a blrr b < => > a rrbl b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a irrl b < => > a rlir b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a frrr b < => > a rrfr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rbrr b < => > a rrrb b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lbll b < => > a lllb b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a flll b < => > a llfl b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a brll b < => > a llbr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rfll b < => > a llrf b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rlli b < => > a lirl b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrlf b < => > a lfrr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a illr b < => > a lril b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rilr b < => > a lrri b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrbl b < => > a blrr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rlir b < => > a irrl b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrfr b < => > a frrr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrrb b < => > a rbrr b <) %% the converses . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrll b < => > a llrr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a llrr b < => > a rrll b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrrl b < => > a rlrr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrlr b < => > a lrrr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rlrr b < => > a rrrl b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rllr b < => > a lrrl b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rlll b < => > a llrl b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lrrr b < => > a rrlr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lrrl b < => > a rllr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lrll b < => > a lllr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a llrl b < => > a rlll b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lllr b < => > a lrll b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a ells b < => > a lsel b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a errs b < => > a rser b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lere b < => > a rele b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rele b < => > a lere b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a slsr b < => > a srsl b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a srsl b < => > a slsr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a lsel b < => > a ells b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rser b < => > a errs b <) %% symmetric relations . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a rrrr b < => > a rrrr b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a llll b < => > a llll b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a eses b < => > a eses b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a sese b < => > a sese b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a fifi b < => > a fifi b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a bbbb b < => > a bbbb b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a sbsb b < => > a sbsb b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a ibib b < => > a ibib b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a ffff b < => > a ffff b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (> a fefe b < => > a fefe b <) . Dipole (a) /\ normDP (a) /\ Dipole (b) => (>a rel1 b < /\ > a rel2 b < /\ not (a = b)) => (rel1 = rel2) %(DRA72_PD)% %% Disjointness -- automatically generated -- . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rrrr b < => not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) )%(DRA72_PD_rrrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rrrl b < => not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) ) %(DRA72_PD_rrrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rrlr b < => not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) ) %(DRA72_PD_rrlr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rrll b < => not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) ) %(DRA72_PD_rrll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rlrr b < => not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) ) %(DRA72_PD_rlrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rllr b < => not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) ) %(DRA72_PD_rllr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rlll b < => not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) ) %(DRA72_PD_rlll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lrrr b < => not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) ) %(DRA72_PD_lrrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lrrl b < => not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) ) %(DRA72_PD_lrrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lrll b < => not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) ) %(DRA72_PD_lrll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a llrr b < => not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) ) %(DRA72_PD_llrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a llrl b < => not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) ) %(DRA72_PD_llrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lllr b < => not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) ) %(DRA72_PD_lllr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a llll b < => not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) ) %(DRA72_PD_llll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a ells b < => not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) ) %(DRA72_PD_ells)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a eses b < => not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) ) %(DRA72_PD_eses)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a errs b < => not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) ) %(DRA72_PD_errs)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lere b < => not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) ) %(DRA72_PD_lere)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rele b < => not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) ) %(DRA72_PD_rele)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a slsr b < => not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) ) %(DRA72_PD_slsr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a srsl b < => not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) ) %(DRA72_PD_srsl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lsel b < => not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) ) %(DRA72_PD_lsel)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rser b < => not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) ) %(DRA72_PD_rser)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a sese b < => not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) ) %(DRA72_PD_sese)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a ffbb b < => not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) ) %(DRA72_PD_ffbb)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a efbs b < => not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) ) %(DRA72_PD_efbs)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a ifbi b < => not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) ) %(DRA72_PD_ifbi)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a bfii b < => not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) ) %(DRA72_PD_bfii)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a sfsi b < => not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) ) %(DRA72_PD_sfsi)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a beie b < => not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) ) %(DRA72_PD_beie)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a bbff b < => not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) ) %(DRA72_PD_bbff)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a bsef b < => not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) ) %(DRA72_PD_bsef)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a biif b < => not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) ) %(DRA72_PD_biif)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a iibf b < => not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) ) %(DRA72_PD_iibf)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a sisf b < => not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) ) %(DRA72_PD_sisf)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a iebe b < => not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) ) %(DRA72_PD_iebe)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a ffff b < => not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) ) %(DRA72_PD_ffff)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a fefe b < => not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) ) %(DRA72_PD_fefe)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a fifi b < => not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) ) %(DRA72_PD_fifi)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a fbii b < => not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) ) %(DRA72_PD_fbii)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a fsei b < => not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) ) %(DRA72_PD_fsei)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a ebis b < => not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) ) %(DRA72_PD_ebis)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a iifb b < => not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) ) %(DRA72_PD_iifb)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a eifs b < => not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) ) %(DRA72_PD_eifs)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a iseb b < => not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) ) %(DRA72_PD_iseb)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a bbbb b < => not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) ) %(DRA72_PD_bbbb)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a sbsb b < => not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) ) %(DRA72_PD_sbsb)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a ibib b < => not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) ) %(DRA72_PD_ibib)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lllb b < => not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) ) %(DRA72_PD_lllb)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a llfl b < => not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) ) %(DRA72_PD_llfl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a llbr b < => not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) ) %(DRA72_PD_llbr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a llrf b < => not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) ) %(DRA72_PD_llrf)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lirl b < => not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) ) %(DRA72_PD_lirl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lfrr b < => not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) ) %(DRA72_PD_lfrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lril b < => not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) ) %(DRA72_PD_lril)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lrri b < => not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) ) %(DRA72_PD_lrri)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a blrr b < => not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) ) %(DRA72_PD_blrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a irrl b < => not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) ) %(DRA72_PD_irrl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a frrr b < => not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) ) %(DRA72_PD_frrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rbrr b < => not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) ) %(DRA72_PD_rbrr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a lbll b < => not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) ) %(DRA72_PD_lbll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a flll b < => not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) ) %(DRA72_PD_flll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a brll b < => not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) ) %(DRA72_PD_brll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rfll b < => not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) ) %(DRA72_PD_rfll)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rlli b < => not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) ) %(DRA72_PD_rlli)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rrlf b < => not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) ) %(DRA72_PD_rrlf)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a illr b < => not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) ) %(DRA72_PD_illr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rilr b < => not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) ) %(DRA72_PD_rilr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rrbl b < => not ( > a rlir b < ) /\ not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) ) %(DRA72_PD_rrbl)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rlir b < => not ( > a rrfr b < ) /\ not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) ) %(DRA72_PD_rlir)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rrfr b < => not ( > a rrrb b < ) /\ not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) ) %(DRA72_PD_rrfr)% . Dipole (a) /\ normDP (a) /\ Dipole (b) => ( > a rrrb b < => not ( > a rrrr b < ) /\ not ( > a rrrl b < ) /\ not ( > a rrlr b < ) /\ not ( > a rrll b < ) /\ not ( > a rlrr b < ) /\ not ( > a rllr b < ) /\ not ( > a rlll b < ) /\ not ( > a lrrr b < ) /\ not ( > a lrrl b < ) /\ not ( > a lrll b < ) /\ not ( > a llrr b < ) /\ not ( > a llrl b < ) /\ not ( > a lllr b < ) /\ not ( > a llll b < ) /\ not ( > a ells b < ) /\ not ( > a eses b < ) /\ not ( > a errs b < ) /\ not ( > a lere b < ) /\ not ( > a rele b < ) /\ not ( > a slsr b < ) /\ not ( > a srsl b < ) /\ not ( > a lsel b < ) /\ not ( > a rser b < ) /\ not ( > a sese b < ) /\ not ( > a ffbb b < ) /\ not ( > a efbs b < ) /\ not ( > a ifbi b < ) /\ not ( > a bfii b < ) /\ not ( > a sfsi b < ) /\ not ( > a beie b < ) /\ not ( > a bbff b < ) /\ not ( > a bsef b < ) /\ not ( > a biif b < ) /\ not ( > a iibf b < ) /\ not ( > a sisf b < ) /\ not ( > a iebe b < ) /\ not ( > a ffff b < ) /\ not ( > a fefe b < ) /\ not ( > a fifi b < ) /\ not ( > a fbii b < ) /\ not ( > a fsei b < ) /\ not ( > a ebis b < ) /\ not ( > a iifb b < ) /\ not ( > a eifs b < ) /\ not ( > a iseb b < ) /\ not ( > a bbbb b < ) /\ not ( > a sbsb b < ) /\ not ( > a ibib b < ) /\ not ( > a lllb b < ) /\ not ( > a llfl b < ) /\ not ( > a llbr b < ) /\ not ( > a llrf b < ) /\ not ( > a lirl b < ) /\ not ( > a lfrr b < ) /\ not ( > a lril b < ) /\ not ( > a lrri b < ) /\ not ( > a blrr b < ) /\ not ( > a irrl b < ) /\ not ( > a frrr b < ) /\ not ( > a rbrr b < ) /\ not ( > a lbll b < ) /\ not ( > a flll b < ) /\ not ( > a brll b < ) /\ not ( > a rfll b < ) /\ not ( > a rlli b < ) /\ not ( > a rrlf b < ) /\ not ( > a illr b < ) /\ not ( > a rilr b < ) /\ not ( > a rrbl b < ) /\ not ( > a rlir b < ) /\ not ( > a rrfr b < ) ) %(DRA72_PD_rrrb)% %% compostion table - automatically generated end %%Domain for the DRA calculi %%We consider a normed vector space over a totally ordered field spec Field = BasicField with op e |-> 1 then %def op -__: Elem -> Elem forall xc: Elem . -xc + xc = 0 %(Field_unary_minus_idef)% end spec FieldWithOrdering = Field and TotalOrder then vars a, b, c:Elem . (a + c) <= (b + c) if a <= b %(FWO_plus_left)% . (a * c) <= (b * c) if a <= b /\ 0 <= c %(FWO_times_left)% then %implies vars a, b, c, d: Elem . (a + b) <= (a + c) if b <= c %(FWO_plus_right)% . (a * b) <= (a * c) if b <= c /\ 0 <= a %(FWO_times_right)% . (a + b) <= (c + d) if a <= c /\ b <= d %(FWO_plus)% end spec OrderedField = Field then pred Pos: Elem forall xc,yc: Elem . Pos(xc) /\ Pos(yc) => Pos(xc*yc) %(OF_plus)% . Pos(xc) /\ Pos(yc) => Pos(xc+yc) %(OF_times)% . Pos(xc) /\ Pos(-xc) => xc = 0 %(OF_mutex)% . Pos(xc) \/ Pos(-xc) %(OF_exhaust)% end view OrderedField_in_FieldWithOrdering : OrderedField to { FieldWithOrdering then %def pred Pos: Elem forall xc: Elem . Pos(xc) <=> 0 <= xc } end view FieldWithOrdering_in_OrderedField : FieldWithOrdering to { OrderedField then %def pred __<=__: Elem * Elem forall xc,yc: Elem . xc <= yc <=> Pos(yc + -xc) } end spec ExtOrderedField[FieldWithOrdering] = ExtTotalOrder[TotalOrder] end spec RichOrderedField = ExtOrderedField[FieldWithOrdering] spec PreReal = RichOrderedField with Elem |-> PreReal then free type Nat ::= 0 | suc(Nat) ops inj: Nat -> PreReal forall r,s:PreReal; n: Nat . inj(0) = 0 %(PreReal_inj_0)% . inj (suc (n)) = 1 + inj (n) %(PreReal_inj_suc)% . exists n: Nat. r <= inj (n) %(PreReal_archimedian)% then %def ops __-__: PreReal * PreReal -> PreReal; |__| : PreReal -> PreReal; __/__: PreReal * PreReal ->? PreReal; sqr__: PreReal -> PreReal; sqrt__: PreReal ->? PreReal; 2 : PreReal; 3 : PreReal; 4 : PreReal; 5 : PreReal; half : PreReal -> PreReal forall r,r',r'':PreReal . | r | = max(r,-r) %(PreReal_abs_def)% . sqr(r) = r * r %(PreReal_sqr_def)% . def sqrt(r) <=> r >= 0 %(PreReal_sqrt_dom)% . sqrt(sqr(r)) = | r | %(PreReal_sqrt_idef)% . 2 = 1 + 1 %(PreReal_2_def)% . 3 = 2 + 1 %(PreReal_3_def)% . 4 = 3 + 1 %(PreReal_4_def)% . 5 = 4 + 1 %(PreReal_5_def)% . r-r' = r + -r' %(PreReal_minus_def)% . 2 * half(r) = r %(PreReal_half_idef)% . -1 * r = -r %(PreReal_inverse_prop)% . def (r/r') <=> not (r' = 0) %(Real_devide_dom)% . def(r/r') => (exists r'' : PreReal . r/r' = r'' /\ (r/r' = r'' <=> r'' * r' = r)) %(Real_divide_idef)% . r * 0 = 0 %(Real_mult_with_zero_1)% . 0 * r = 0 %(Real_mult_with_zero_2)% then %implies forall a,b,c,e,r,s,r,r':PreReal . 1>0 %(one_greater_zero)% . 0<=1 %(zero_leq_one)% . r>0 => half(r)>0 %(half_gt_zero)% . r<=s => s+(half(r-s))<=s %(half_plus_minus)% . a<=b /\ c<=e => a+c<=b+e %(add_monotone)% . not (a<=b) => a-b>0 %(sub_leq)% . a<=half(a-b)+b => a<=b %(half_leq)% . 0<=r => 0<=half(r) %(half_leq_zero)% . a+b=b+a %(comm_add)% . half(r+s) = half(r) + half(s) %(PreReal_half_plus)% . half(r-s) = half(r) - half(s) %(PreReal_half_minus)% . r - half(r) = half(r) %(PreReal_minus_half)% . half(r) <= half (s) <=> r <= s %(PreReal_half_monot)% . (-1) * r + r' = 0 <=> r + (-1) * r' = 0 %(Real_mult_by_minus_one)% . (-1) * r + (-1) * r' = 0 <=> r + r' = 0 %(Real_mult_by_minus_one_2)% . (-1) * r - r' = 0 <=> r + r' = 0 %(Real_mult_by_minus_one_3)% end %% Spec for points spec Point[sort Elem] = free type Point ::= /__ __\ (xc : Elem; yc : Elem) forall a,b : Point . a = b <=> xc(a) = xc(b) /\ yc(a) = yc(b) %(eq_point)% . not (a = b) <=> not (xc(a) = xc(b) /\ yc(a) = yc(b)) %(neq_point)% %implied end %% We need to consider points over a totally ordered field spec PointsOverField = Point[PreReal with PreReal |-> Elem] end spec VectorSpace[sort Space] = %%FieldWithMinus PreReal with PreReal |-> Elem then ops __+__ : Space * Space -> Space; __*__ : Elem * Space -> Space; -__ : Space -> Space; 0 : Space; forall a, b, c : Space; e, f : Elem . a + ( b + c ) = ( a + b ) + c %(ax_asoc)% . a + b = b + a %(ax_commut)% . a + 0 = a %(ax_0)% . exists d : Space . a + d = 0 %(ax_inverse)% . e * ( a + b ) = (e * a) + (e * b) %(ax_distri_1)% . ( e + f ) * a = (e * a) + (f * a) %(ax_distri_2)% . e * ( f * a) = ( e * f ) * a %(ax_mult)% . 1 * a = a . a + b = 0 => b = - a %(thm_inverse)% end spec Vector = PreReal with PreReal|-> Elem then free type Vector ::= $$__ __$$(xc : Elem; yc : Elem) then VectorSpace[sort Vector] then %[ ops <__||__> : Vector * Vector -> Elem; ||__|| : Vector -> Elem; ]% . 0 : Vector = $$ 0 0 $$ %(def_zero_vector)% %[ forall a, b, c : Vector; e, f : Elem . xc($$e f$$) = e %(def_pr0)% . yc($$e f$$) = f %(def_pr1)% %% Inner Product . = (xc(a) * xc(b)) + (yc(a) * yc(b)) %(def_inner_prod)% . < e * a || b > = e * < a || b > %(linearity1)% . < a + b || c > = < a || c > + < b || c > %(linearity2)% . < a || b + c > = < a || b > + < a || c > %(linearity3)% . 0 <= %(nonnegativity)% . def(sqrt()) %(sqrt_is_defined)% . ||a|| = sqrt() %(def_norm)% . a = 0 \/ b = 0 => < a || b > = 0 %(hermitan)% %% Additional properties of norm . || e * a || = | (e) | * || a || %(pos_homogenity)% . || a + b || <= || a || + || b || %(triange_inequality)% . || a || = 0 <=> a = 0 %(positive_definedness)% . 0 <= ||a|| %(norm>=0)% then %implies forall a,b : Vector . < 0 || 0 > = 0 %(thm_zero)% . = %(thm_commut)% . = 0 <=> a = 0 %(thm_x=0)% ]% end spec VectorWithHelpers = Vector end %% This spec is intended to be part of the interface from DRA to %% its domain spec PointsToVector = PointsOverField then VectorWithHelpers then free type PairOfPoints ::= $__ __$ (sp : Point; ep : Point) %% we consider s_a, e_a and a point pt in the %% terminology of Moratz, Renz, Wolter: %% Qualitative Spatial Reasoing about Line Segments %% We are using a dipol and a point to calculate a %% orthogonal coordinate system with basis in the %% start point of the dipol ops A : PairOfPoints -> Vector; ops Ap : PairOfPoints -> Vector; ops P : PairOfPoints * Point -> Vector; pred Dipole : PairOfPoints; forall pt: Point; Dp: PairOfPoints; a : Elem . Dipole (Dp) <=> not (sp(Dp) = ep(Dp)) %(Dipole_def)% . Dipole (Dp) => (A(Dp) = $$xc(ep(Dp))+((-1) * xc(sp(Dp))) yc(ep(Dp))+((-1) * yc(sp(Dp)))$$) %(ADp_def)% . Dipole (Dp) => (Ap(Dp) = $$yc(ep(Dp))+((-1) * yc(sp(Dp))) xc(sp(Dp))+((-1) * xc(ep(Dp)))$$) %(ApDp_def)% . Dipole (Dp) => (P (Dp, pt) = $$xc(pt)+((-1) * xc(sp(Dp))) yc(pt)+((-1) * yc(sp(Dp)))$$) %(PDppt_def)% %[ . Dipole (Dp) => (< A(Dp) || Ap(Dp) > = 0) %(thm_orthogonal)% %implied ]% end %% The definition of the 7 Dipole-Point relations via vectors %% we are stating this under the assumption, that %% < A || B > = || A || * || B || * cos \phi which is known to be %% true for the 2D-Vector space over real numbers spec Vector_Vector_Relations72 = PointsToVector then PreReal with PreReal |-> Elem then DipoleRelations72[Point[PreReal with PreReal |-> Elem]] then pred __vr__ : Vector * Vector; __vl__ : Vector * Vector; __vs__ : Vector * Vector; __ve__ : Vector * Vector; __vb__ : Vector * Vector; __vi__ : Vector * Vector; __vf__ : Vector * Vector; DpPoint : PairOfPoints * Point; normDP : PairOfPoints; %[ forall pt: Point; Dp1, Dp2 : PairOfPoints . DpPoint (Dp2, pt) <=> pt = ep(Dp2) \/ pt = sp (Dp2) . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (A (Dp1) vr P (Dp1, pt) <=> 0 < < Ap (Dp1)|| P (Dp1, pt) >) %(def_vr)% . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (A (Dp1) vl P (Dp1, pt) <=> < Ap (Dp1)|| P (Dp1, pt) > < 0) %(def_vl)% . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (A (Dp1) vb P (Dp1, pt) <=> < A (Dp1)|| P (Dp1, pt) > = -(||A (Dp1)|| * ||P (Dp1, pt)||)) %(def_vb)% . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (A (Dp1) ve P (Dp1, pt) <=> (ep(Dp1) = pt)) %(def_ve)% . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (A (Dp1) vf P (Dp1, pt) <=> ((< A (Dp1)|| P (Dp1, pt) > = ||A(Dp1)|| * ||P (Dp1, pt)||) /\ (||A (Dp1)|| < ||P (Dp1, pt)||))) %(def_vf)% . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (A (Dp1) vi P (Dp1, pt) <=> ((< A (Dp1)|| P (Dp1, pt) > = ||A(Dp1)|| * ||P (Dp1, pt)||) /\ (||P (Dp1, pt)|| < ||A (Dp1)||))) %(def_vi)% . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (A (Dp1) vs P (Dp1, pt) <=> (sp(Dp1) = pt)) %(def_vs)% . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (>> Dp1 r pt << <=> A (Dp1) vr P (Dp1, pt)) . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (>> Dp1 l pt << <=> A (Dp1) vl P (Dp1, pt)) . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (>> Dp1 s pt << <=> A (Dp1) vs P (Dp1, pt)) . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (>> Dp1 e pt << => A (Dp1) ve P (Dp1, pt)) . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (>> Dp1 b pt << <=> A (Dp1) vb P (Dp1, pt)) . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (>> Dp1 i pt << <=> A (Dp1) vi P (Dp1, pt)) . Dipole (Dp1) /\ Dipole (Dp2) /\ DpPoint(Dp2, pt) => (>> Dp1 f pt << <=> A (Dp1) vf P (Dp1, pt)) ]% end %% The definition of the 7 Dipole-Point relations via vectors %% we are stating this under the assumption, that %% < A || B > = || A || * || B || * cos \phi which is known to be %% true for the 2D-Vector space over real numbers %% In DRA24 not more than 2 different points are allowed to be on %% a line spec Vector_Vector_Relations24 = PointsToVector then PreReal with PreReal |-> Elem then DipoleRelations24[Point[PreReal with PreReal |-> Elem]] then pred genPosDpPt : PairOfPoints * Point; DpPoint : PairOfPoints * Point; genPos : PairOfPoints * PairOfPoints; normDP : PairOfPoints; %% Assure that not more than 2 differnt points are on a single line forall Dp1, Dp2 : PairOfPoints; pt : Point . normDP (Dp1) <=> xc(sp(Dp1)) = 0 /\ yc(sp(Dp1)) = 0 /\ xc(ep(Dp1)) = 0 /\ yc(ep(Dp1)) = 1 %(norm_DP_Def)% . DpPoint (Dp2, pt) <=> pt = ep(Dp2) \/ pt = sp (Dp2) %(def_DpPoint)% . Dipole (Dp1) => (genPosDpPt (Dp1, pt) <=> not ((xc(Ap(Dp1)) * xc(P (Dp1, pt))) + (yc(Ap(Dp1)) * yc(P (Dp1, pt))) = 0) \/ (ep(Dp1) = pt ) \/ (sp(Dp1) = pt)) %(general_pos)% . Dipole (Dp1) /\ Dipole(Dp2) => (genPos(Dp1,Dp2) <=> genPosDpPt(Dp1,sp(Dp2)) /\ genPosDpPt(Dp1,ep(Dp2)) /\ genPosDpPt(Dp2,sp(Dp1)) /\ genPosDpPt(Dp2,ep(Dp1))) %(genPos_def)% . Dipole (Dp1) /\ Dipole(Dp2) => (genPos (Dp1, Dp2) <=> genPos(Dp2, Dp1)) %(genPos_sym)% . (Dipole (Dp1) /\ Dipole(Dp2) /\ genPos (Dp1, Dp2) /\ DpPoint(Dp2, pt)) => (>> Dp1 r pt << <=> ((xc(Ap(Dp1)) * xc(P (Dp1, pt))) + (yc(Ap(Dp1)) * yc(P (Dp1, pt)))) > 0 /\ not ep(Dp1) = pt /\ not (sp(Dp1) = pt)) %(def_r)% . (Dipole (Dp1) /\ Dipole(Dp2) /\ genPos (Dp1, Dp2) /\ DpPoint(Dp2, pt)) => (>> Dp1 l pt << <=> ((xc(Ap(Dp1)) * xc(P (Dp1, pt))) + (yc(Ap(Dp1)) * yc(P (Dp1, pt)))) < 0 /\ not ep(Dp1) = pt /\ not (sp(Dp1) = pt)) %(def_l)% . (Dipole (Dp1) /\ Dipole(Dp2) /\ genPos (Dp1, Dp2) /\ DpPoint(Dp2, pt)) => (>> Dp1 s pt << <=> (sp(Dp1) = pt) /\ not (ep(Dp1) = pt)) %(def_s)% . (Dipole (Dp1) /\ Dipole(Dp2) /\ genPos (Dp1, Dp2) /\ DpPoint(Dp2, pt)) => (>> Dp1 e pt << <=> (ep(Dp1) = pt) /\ not (sp(Dp1) = pt)) %(def_e)% end %% Our two interesting views view DRA72_In_Domain : DRA72Composition[sort Point] to Vector_Vector_Relations72 end view DRA24_In_Domain : DRA24Composition[sort Point] to Vector_Vector_Relations24 end