X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fdama%2Fdama%2Fsupremum.ma;h=bad35177b12bd3d2c4601f6eb588f9af999a70d1;hb=c33fae30b4ce40198b8e1889ea1c1b58697cd567;hp=54e9d98f0c30a07472c19bca4fba55e44e99d535;hpb=f71d9d74c33e4ab3d86dc8244a7bdd3576bb0ac0;p=helm.git diff --git a/helm/software/matita/contribs/dama/dama/supremum.ma b/helm/software/matita/contribs/dama/dama/supremum.ma index 54e9d98f0..bad35177b 100644 --- a/helm/software/matita/contribs/dama/dama/supremum.ma +++ b/helm/software/matita/contribs/dama/dama/supremum.ma @@ -209,10 +209,10 @@ notation "𝕝 \sub term 90 s p" non associative with precedence 45 for @{'low $ definition seg_u ≝ λO:half_ordered_set.λs:segment O.λP: O → CProp. - wloss O ? (λl,u.P u) (seg_l_ ? s) (seg_u_ ? s). + wloss O ? (λl,u.P l) (seg_u_ ? s) (seg_l_ ? s). definition seg_l ≝ λO:half_ordered_set.λs:segment O.λP: O → CProp. - wloss O ? (λl,u.P u) (seg_u_ ? s) (seg_l_ ? s). + wloss O ? (λl,u.P l) (seg_l_ ? s) (seg_u_ ? s). interpretation "uppper" 'upp s P = (seg_u (os_l _) s P). interpretation "lower" 'low s P = (seg_l (os_l _) s P). @@ -221,7 +221,7 @@ interpretation "lower dual" 'low s P = (seg_u (os_r _) s P). definition in_segment ≝ λO:half_ordered_set.λs:segment O.λx:O. - wloss O ? (λp1,p2.p1 ∧ p2) (seg_u ? s (λu.u ≤≤ x)) (seg_l ? s (λl.x ≤≤ l)). + wloss O ? (λp1,p2.p1 ∧ p2) (seg_l ? s (λl.l ≤≤ x)) (seg_u ? s (λu.x ≤≤ u)). notation "‡O" non associative with precedence 90 for @{'segment $O}. interpretation "Ordered set sergment" 'segment x = (segment x). @@ -360,16 +360,23 @@ qed. *) (* Definition 2.10 *) + alias symbol "pi2" = "pair pi2". alias symbol "pi1" = "pair pi1". +(* definition square_segment ≝ - λO:ordered_set.λa,b:O.λx: O squareO. - And4 (\fst x ≤ b) (a ≤ \fst x) (\snd x ≤ b) (a ≤ \snd x). - + λO:half_ordered_set.λs:segment O.λx: square_half_ordered_set O. + in_segment ? s (\fst x) ∧ in_segment ? s (\snd x). +*) definition convex ≝ - λO:ordered_set.λU:O squareO → Prop. - ∀p.U p → \fst p ≤ \snd p → ∀y. - square_segment O (\fst p) (\snd p) y → U y. + λO:half_ordered_set.λU:square_half_ordered_set O → Prop. + ∀s.U s → le O (\fst s) (\snd s) → + ∀y. + le O (\fst y) (\snd s) → + le O (\fst s) (\fst y) → + le O (\snd y) (\snd s) → + le O (\fst y) (\snd y) → + U y. (* Definition 2.11 *) definition upper_located ≝