The topology on a valued ring #
In this file, we define the non archimedean topology induced by a valuation on a ring.
The main definition is a valued
type class which equips a ring with a valuation taking
values in a group with zero (living in the same universe). Other instances are then deduced from
this.
theorem
valued.subgroups_basis
{R : Type u_1}
[ring R]
[valued R] :
ring_subgroups_basis (λ (γ : (valued.Γ₀ R)ˣ), valued.v.lt_add_subgroup γ)
The basis of open subgroups for the topology on a valued ring.
@[protected, instance]
@[protected, instance]
The uniform structure on a valued ring.
@[protected, instance]
A valued ring is a uniform additive group.