Documentation

Mathlib.Algebra.Field.Opposite

Field structure on the multiplicative/additive opposite #

@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[simp]
theorem MulOpposite.op_nnratCast {α : Type u_1} [NNRatCast α] (q : ℚ≥0) :
op ↑q = ↑q
@[simp]
theorem AddOpposite.op_nnratCast {α : Type u_1} [NNRatCast α] (q : ℚ≥0) :
op ↑q = ↑q
@[simp]
theorem MulOpposite.unop_nnratCast {α : Type u_1} [NNRatCast α] (q : ℚ≥0) :
unop ↑q = ↑q
@[simp]
theorem AddOpposite.unop_nnratCast {α : Type u_1} [NNRatCast α] (q : ℚ≥0) :
unop ↑q = ↑q
@[simp]
theorem MulOpposite.op_ratCast {α : Type u_1} [RatCast α] (q : ℚ) :
op ↑q = ↑q
@[simp]
theorem AddOpposite.op_ratCast {α : Type u_1} [RatCast α] (q : ℚ) :
op ↑q = ↑q
@[simp]
theorem MulOpposite.unop_ratCast {α : Type u_1} [RatCast α] (q : ℚ) :
unop ↑q = ↑q
@[simp]
theorem AddOpposite.unop_ratCast {α : Type u_1} [RatCast α] (q : ℚ) :
unop ↑q = ↑q
@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
instance MulOpposite.instField {α : Type u_1} [Field α] :
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
instance AddOpposite.instField {α : Type u_1} [Field α] :
Equations
  • One or more equations did not get rendered due to their size.