Equations
Instances For
Equations
Instances For
theorem
Fixpoint.preFixpoint_infPrefix
{α : Type u_1}
{f : α → α}
[ha : CompleteLattice α]
(hf : Monotone f)
:
PreFixpoint f (infPrefix f)
theorem
Fixpoint.postFixpoint_supPostfix
{α : Type u_1}
{f : α → α}
[ha : CompleteLattice α]
(hf : Monotone f)
:
PostFixpoint f (supPostfix f)
theorem
Fixpoint.postFixpoint_infPrefix
{α : Type u_1}
{f : α → α}
[ha : CompleteLattice α]
(hf : Monotone f)
:
PostFixpoint f (infPrefix f)
theorem
Fixpoint.preFixpoint_supPostfix
{α : Type u_1}
{f : α → α}
[ha : CompleteLattice α]
(hf : Monotone f)
:
PreFixpoint f (supPostfix f)
theorem
Fixpoint.fixpoint_infPrefix
{α : Type u_1}
{f : α → α}
[ha : CompleteLattice α]
(hf : Monotone f)
:
theorem
Fixpoint.fixpoint_supPostfix
{α : Type u_1}
{f : α → α}
[ha : CompleteLattice α]
(hf : Monotone f)
:
Fixpoint f (supPostfix f)
theorem
Fixpoint.le_of_preFixpoint_infPrefix
{α : Type u_1}
{f : α → α}
{x : α}
[ha : CompleteLattice α]
(h : PreFixpoint f x)
:
theorem
Fixpoint.le_of_postFixpoint_supPostfix
{α : Type u_1}
{f : α → α}
{x : α}
[ha : CompleteLattice α]
(h : PostFixpoint f x)
:
theorem
Fixpoint.exi_least_fixpoint_of_monotone
{α : Type u_1}
{f : α → α}
[ha : CompleteLattice α]
(h : Monotone f)
:
theorem
Fixpoint.exi_greatest_fixpoint_of_monotone
{α : Type u_1}
{f : α → α}
[ha : CompleteLattice α]
(h : Monotone f)
:
theorem
Fixpoint.postFixpoint_least_preFixpoint
{α : Type u_1}
{f : α → α}
{x : α}
[ha : PartialOrder α]
(hf : Monotone f)
(h₁ : PreFixpoint f x)
(h₂ : ∀ ⦃y : α⦄, PreFixpoint f y → x ≤ y)
:
PostFixpoint f x
theorem
Fixpoint.preFixpoint_greatest_postFixpoint
{α : Type u_1}
{f : α → α}
{x : α}
[ha : PartialOrder α]
(hf : Monotone f)
(h₁ : PostFixpoint f x)
(h₂ : ∀ ⦃y : α⦄, PostFixpoint f y → y ≤ x)
:
PreFixpoint f x
@[simp]