Theorems · Theorem · commutative algebra
HahnSeries.one_minus_single_neg_mul
∀ {Γ : Type u_1} {R : Type u_3} [inst : AddCommMonoid Γ] [inst_1 : LinearOrder Γ] [inst_2 : IsOrderedCancelAddMonoid Γ]
[inst_3 : CommRing R] {x y : HahnSeries Γ R} {r : R},
r * x.leadingCoeff = 1 →
x = y + (HahnSeries.single x.order) x.leadingCoeff →
∀ (oinv : Γ), oinv + x.order = 0 → 1 - (HahnSeries.single oinv) r * x = -((HahnSeries.single oinv) r * y)- Defined in
- Mathlib.RingTheory.HahnSeries.Summable
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- HahnSeriesstatement and proof · cited by 528
- mul_addproof · cited by 413
- IsOrderedCancelAddMonoidstatement and proof · cited by 359
- ZeroHomstatement · cited by 161
- sub_eq_zero_of_eqproof · cited by 154
- HahnSeries.singlestatement and proof · cited by 82
- HahnSeries.orderstatement and proof · cited by 52
- HahnSeries.leadingCoeffstatement and proof · cited by 49
Cited by1
Results whose statement or proof uses this declaration.
- HahnSeries.unit_auxproof · cited by 2