Instances
Equations
- «term⊔_» = Lean.ParserDescr.node `«term⊔_» 50 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "⊔") (Lean.ParserDescr.cat `term 0))
Instances For
Equations
- «term⊓_» = Lean.ParserDescr.node `«term⊓_» 50 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "⊓") (Lean.ParserDescr.cat `term 0))
Instances For
Equations
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
axiom
Tarskis_fixed_point_theorem_lfp
{L : Type u_1}
[CompleteLattice L]
(f : L → L)
(f_mon : monotone f)
:
axiom
Tarskis_fixed_point_theorem_gfp
{L : Type u_1}
[CompleteLattice L]
(f : L → L)
(f_mon : monotone f)
:
theorem
prefixed_point_ge_lfp
{L : Type u_1}
[CompleteLattice L]
(f : L → L)
(x : L)
(h : Poset.le (f x) x)
:
theorem
postfixed_point_le_gfp
{L : Type u_1}
[CompleteLattice L]
(f : L → L)
(x : L)
(h : Poset.le x (f x))
:
Equations
- dual_complete_lattice = { toPoset := dual_poset L, sup := fun (s : Set L) => ⊓s, inf := fun (s : Set L) => ⊔s, le_sup := ⋯, sup_le := ⋯, inf_le := ⋯, le_inf := ⋯ }
Instances For
theorem
lfp_eq_gfp_dual
{L : Type u_1}
[inst : CompleteLattice L]
(f : L → L)
(_f_mon : monotone f)
:
theorem
gfp_eq_lfp_dual
{L : Type u_1}
[inst : CompleteLattice L]
(f : L → L)
(_f_mon : monotone f)
: