Mathlib Map

Theorems · Theorem · field theory

AbsoluteValue.isEquiv_iff_exists_rpow_eq

∀ {F : Type u_1} [inst : Field F] {v w : AbsoluteValue F ℝ}, v.IsEquiv w ↔ ∃ c, 0 < c ∧ (fun x => v x ^ c) = ⇑w

If v and w are two real absolute values on a field F, then v and w are equivalent if and only if there exists a positive real constant c such that for all x : R, (f x)^c = g x.

Defined in
Mathlib.Analysis.AbsoluteValue.Equivalence
Cited by
4 results in Mathlib
Foundations
Depth 200 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Field

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites32

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.