Theorems · Theorem · logic and foundations
Acc.of_fibration
∀ {α : Type u_1} {β : Type u_2} {rα : α → α → Prop} {rβ : β → β → Prop} (f : α → β),
Relation.Fibration rα rβ f → ∀ {a : α}, Acc rα a → Acc rβ (f a)If f : α → β is a fibration between relations rα and rβ, and a : α is
accessible under rα, then f a is accessible under rβ.
- Defined in
- Mathlib.Logic.Relation
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Relation.Fibrationstatement and proof · cited by 14
Cited by4
Results whose statement or proof uses this declaration.
- Relation.acc_of_singletonproof · cited by 2
- DFinsupp.Lex.acc_of_single_eraseproof · cited by 1
- Acc.of_downward_closedproof · cited by 1
- Set.WellFoundedOn.acc_iff_wellFoundedOnproof · cited by 0