Adjoining top/bottom elements to ordered monoids. #
Equations
- WithTop.one = { one := ↑1 }
Equations
- WithTop.zero = { zero := ↑0 }
Equations
- WithTop.add = { add := Option.map₂ fun (x1 x2 : α) => x1 + x2 }
instance
WithTop.addRightMono
{α : Type u}
[Add α]
[LE α]
[AddRightMono α]
:
AddRightMono (WithTop α)
theorem
WithTop.addLECancellable_coe
{α : Type u}
[Add α]
[Preorder α]
[ContravariantClass α α (fun (x1 x2 : α) => x1 + x2) fun (x1 x2 : α) => x1 ≤ x2]
(a : α)
:
@[simp]
theorem
WithTop.map_add
{α : Type u}
{β : Type v}
[Add α]
{F : Type u_1}
[Add β]
[FunLike F α β]
[AddHomClass F α β]
(f : F)
(a b : WithTop α)
:
Equations
Equations
Equations
Coercion from α
to WithTop α
as an AddMonoidHom
.
Equations
- WithTop.addHom = { toFun := WithTop.some, map_zero' := ⋯, map_add' := ⋯ }
Instances For
Equations
Equations
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
theorem
WithTop.map_ofNat
{α : Type u}
{β : Type v}
[AddMonoidWithOne α]
{f : α → β}
(n : ℕ)
[n.AtLeastTwo]
:
@[simp]
theorem
WithTop.ofNat_eq_map_iff
{α : Type u}
{β : Type v}
[AddMonoidWithOne α]
{f : β → α}
{n : ℕ}
[n.AtLeastTwo]
{a : WithTop β}
:
Equations
instance
WithTop.existsAddOfLE
{α : Type u}
[LE α]
[Add α]
[ExistsAddOfLE α]
:
ExistsAddOfLE (WithTop α)
@[deprecated WithTop.top_pos (since := "2024-10-22")]
Alias of WithTop.top_pos
.
A version of WithTop.map
for OneHom
s.
Equations
- f.withTopMap = { toFun := WithTop.map ⇑f, map_one' := ⋯ }
Instances For
A version of WithTop.map
for ZeroHom
s
Equations
- f.withTopMap = { toFun := WithTop.map ⇑f, map_zero' := ⋯ }
Instances For
A version of WithTop.map
for AddHom
s.
Equations
- f.withTopMap = { toFun := WithTop.map ⇑f, map_add' := ⋯ }
Instances For
def
AddMonoidHom.withTopMap
{M : Type u_1}
{N : Type u_2}
[AddZeroClass M]
[AddZeroClass N]
(f : M →+ N)
:
A version of WithTop.map
for AddMonoidHom
s.
Equations
- f.withTopMap = { toFun := WithTop.map ⇑f, map_zero' := ⋯, map_add' := ⋯ }
Instances For
@[simp]
theorem
AddMonoidHom.withTopMap_apply
{M : Type u_1}
{N : Type u_2}
[AddZeroClass M]
[AddZeroClass N]
(f : M →+ N)
:
Equations
Equations
Equations
Equations
Coercion from α
to WithBot α
as an AddMonoidHom
.
Equations
- WithBot.addHom = { toFun := WithTop.some, map_zero' := ⋯, map_add' := ⋯ }
Instances For
Equations
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
@[simp]
theorem
WithBot.map_ofNat
{α : Type u}
{β : Type v}
[AddMonoidWithOne α]
{f : α → β}
(n : ℕ)
[n.AtLeastTwo]
:
@[simp]
theorem
WithBot.ofNat_eq_map_iff
{α : Type u}
{β : Type v}
[AddMonoidWithOne α]
{f : β → α}
{n : ℕ}
[n.AtLeastTwo]
{a : WithBot β}
:
@[simp]
theorem
WithBot.map_add
{α : Type u}
{β : Type v}
[Add α]
{F : Type u_1}
[Add β]
[FunLike F α β]
[AddHomClass F α β]
(f : F)
(a b : WithBot α)
:
A version of WithBot.map
for OneHom
s.
Equations
- f.withBotMap = { toFun := WithBot.map ⇑f, map_one' := ⋯ }
Instances For
A version of WithBot.map
for ZeroHom
s
Equations
- f.withBotMap = { toFun := WithBot.map ⇑f, map_zero' := ⋯ }
Instances For
A version of WithBot.map
for AddHom
s.
Equations
- f.withBotMap = { toFun := WithBot.map ⇑f, map_add' := ⋯ }
Instances For
def
AddMonoidHom.withBotMap
{M : Type u_1}
{N : Type u_2}
[AddZeroClass M]
[AddZeroClass N]
(f : M →+ N)
:
A version of WithBot.map
for AddMonoidHom
s.
Equations
- f.withBotMap = { toFun := WithBot.map ⇑f, map_zero' := ⋯, map_add' := ⋯ }
Instances For
@[simp]
theorem
AddMonoidHom.withBotMap_apply
{M : Type u_1}
{N : Type u_2}
[AddZeroClass M]
[AddZeroClass N]
(f : M →+ N)
:
instance
WithBot.addLeftMono
{α : Type u}
[Add α]
[Preorder α]
[AddLeftMono α]
:
AddLeftMono (WithBot α)
instance
WithBot.addRightMono
{α : Type u}
[Add α]
[Preorder α]
[AddRightMono α]
:
AddRightMono (WithBot α)