Documentation

Mathlib.Algebra.PUnitInstances.Algebra

Instances on PUnit #

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

@[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]