Theorems · Theorem · group theory
Function.extend_div
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : Div γ] (f : α → β) (g₁ g₂ : α → γ) (e₁ e₂ : β → γ),
Function.extend f (g₁ / g₂) (e₁ / e₂) = Function.extend f g₁ e₁ / Function.extend f g₂ e₂- Defined in
- Mathlib.Algebra.Group.Pi.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Div
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Function.extendstatement · cited by 111
- Function.extend_defproof · cited by 12
- apply_dite₂proof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.