Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Aug 5, 2024
1 parent 513ae5c commit 6d707f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algebra_rat.lean
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Mathlib.Algebra.Algebra.Rat

/-- The two `Algebra ℚ≥0 ℚ≥0` instances should coincide. -/
example : NNDivisionRing.toRatAlgebra = Algebra.id ℚ≥0 := rfl
example : DivisionSemiring.toRatNNAlgebra = Algebra.id ℚ≥0 := rfl

/-- The two `Algebra ℚ ℚ` instances should coincide. -/
example : DivisionRing.toRatAlgebra = Algebra.id ℚ := rfl

0 comments on commit 6d707f0

Please sign in to comment.