Theorems · Theorem · ring theory
Unitization.ind
∀ {R : Type u_5} {A : Type u_6} [inst : AddZeroClass R] [inst_1 : AddZeroClass A] {P : Unitization R A → Prop},
(∀ (r : R) (a : A), P (Unitization.inl r + ↑a)) → ∀ (x : Unitization R A), P xTo show a property hold on all Unitization R A it suffices to show it holds
on terms of the form inl r + a.
This can be used as induction x.
- Defined in
- Mathlib.Algebra.Algebra.Unitization
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
- Assumes
- AddZeroClassAddZeroClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddZeroClassstatement and proof · cited by 1,237
- Unitizationstatement and proof · cited by 220
- Unitization.inrstatement and proof · cited by 109
- Unitization.toProdproof · cited by 76
- Unitization.inlstatement and proof · cited by 27
- Unitization.inl_fst_add_inr_snd_eqproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- Unitization.splitMul_injective_of_clm_mul_injectiveproof · cited by 1
- Unitization.algHom_extproof · cited by 1
- Unitization.starLift_range_leproof · cited by 1
- AlgHomClass.unitization_injective'proof · cited by 1
- Unitization.lift_range_leproof · cited by 1
- Unitization.starMap_surjectiveproof · cited by 0