Documentation

Mathlib.Algebra.Group.PUnit

PUnit is a commutative group #

This file collects facts about algebraic structures on the one-element type, e.g. that it is a commutative ring.

Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem PUnit.one_eq :
@[simp]
theorem PUnit.zero_eq :
@[simp]
theorem PUnit.div_eq (x y : PUnit.{u_1 + 1}) :
x / y = unit
@[simp]
theorem PUnit.sub_eq (x y : PUnit.{u_1 + 1}) :
x - y = unit
@[simp]