Theorems · Theorem · commutative algebra
Valuation.isEquiv_tfae
∀ {K : Type u_1} [inst : DivisionRing K] {Γ₀ : Type u_4} {Γ'₀ : Type u_5} [inst_1 : LinearOrderedCommGroupWithZero Γ₀]
[inst_2 : LinearOrderedCommGroupWithZero Γ'₀] (v : Valuation K Γ₀) (v' : Valuation K Γ'₀),
[v.IsEquiv v', ∀ {x y : K}, v x < v y ↔ v' x < v' y, ∀ {x : K}, v x ≤ 1 ↔ v' x ≤ 1, ∀ {x : K}, v x = 1 ↔ v' x = 1,
∀ {x : K}, v x < 1 ↔ v' x < 1, ∀ {x : K}, v (x - 1) < 1 ↔ v' (x - 1) < 1].TFAE- Defined in
- Mathlib.RingTheory.Valuation.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 50 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- DivisionRingstatement and proof · cited by 1,062
- Valuationstatement and proof · cited by 823
- LinearOrderedCommGroupWithZerostatement and proof · cited by 528
- List.TFAEstatement · cited by 102
- List.tfae_of_cycleproof · cited by 83
- Valuation.IsEquivstatement and proof · cited by 67
- Valuation.isEquiv_iff_val_le_oneproof · cited by 4
- Valuation.isEquiv_iff_val_lt_oneproof · cited by 3
- Valuation.isEquiv_iff_val_eq_oneproof · cited by 2
- Valuation.isEquiv_iff_val_sub_one_lt_oneproof · cited by 2
- Valuation.isEquiv_iff_val_lt_valproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.