Equations
Instances For
Equations
- Fixpoint.CoindPredOrFn F p = F fun (x : α) => Fixpoint.CoindPred F x ∨ p x
Instances For
Equations
Instances For
theorem
Fixpoint.monotone_coindPredOrFn
{α : Type u_1}
{F : (α → Prop) → α → Prop}
(hf : Monotone F)
:
theorem
Fixpoint.coindPred_le_coindPredOr
{α : Type u_1}
{F : (α → Prop) → α → Prop}
(hf : Monotone F)
:
theorem
Fixpoint.coindPredOr_eq_coindPred
{α : Type u_1}
{F : (α → Prop) → α → Prop}
(hf : Monotone F)
:
theorem
Fixpoint.CoindPred.coind
{α : Type u_1}
{F : (α → Prop) → α → Prop}
{p : α → Prop}
{x : α}
(hf : Monotone F)
(h₁ : p x)
(h₂ : ∀ ⦃y : α⦄, p y → F p y)
:
CoindPredOr F x