Skip to content

Commit 42aaec2

Browse files
committed
remove
1 parent 6253f3c commit 42aaec2

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

Mathlib/Algebra/Order/Interval/Set/Instances.lean

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,11 @@ instance commMonoidWithZero {α : Type*} [OrderedCommSemiring α] :
126126
CommMonoidWithZero (Icc (0 : α) 1) := fast_instance%
127127
Subtype.coe_injective.commMonoidWithZero _ coe_zero coe_one coe_mul coe_pow
128128

129-
/-- error: (kernel) declaration has metavariables 'Set.Icc.cancelMonoidWithZero' -/
130-
#guard_msgs in
131129
instance cancelMonoidWithZero {α : Type*} [OrderedRing α] [NoZeroDivisors α] :
132130
CancelMonoidWithZero (Icc (0 : α) 1) := fast_instance%
133131
@Function.Injective.cancelMonoidWithZero α _ NoZeroDivisors.toCancelMonoidWithZero _ _ _ _
134132
(fun v => v.val) Subtype.coe_injective coe_zero coe_one coe_mul coe_pow
135133

136-
/-- error: (kernel) declaration has metavariables 'Set.Icc.cancelCommMonoidWithZero' -/
137-
#guard_msgs in
138134
instance cancelCommMonoidWithZero {α : Type*} [OrderedCommRing α] [NoZeroDivisors α] :
139135
CancelCommMonoidWithZero (Icc (0 : α) 1) := fast_instance%
140136
@Function.Injective.cancelCommMonoidWithZero α _ NoZeroDivisors.toCancelCommMonoidWithZero _ _ _ _

Mathlib/Algebra/Order/Nonneg/Ring.lean

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ instance orderedSemiring [OrderedSemiring α] : OrderedSemiring { x : α // 0
6969
(fun _ _ => rfl) (fun _ _=> rfl) (fun _ _ => rfl)
7070
(fun _ _ => rfl) fun _ => rfl
7171

72-
/-- error: unknown free variable '_fvar.19139' -/
73-
#guard_msgs in
7472
instance strictOrderedSemiring [StrictOrderedSemiring α] :
7573
StrictOrderedSemiring { x : α // 0 ≤ x } := fast_instance%
7674
Subtype.coe_injective.strictOrderedSemiring _ Nonneg.coe_zero Nonneg.coe_one
@@ -86,8 +84,6 @@ instance orderedCommSemiring [OrderedCommSemiring α] :
8684
instance orderedCommMonoid [OrderedCommSemiring α] : OrderedCommMonoid { x : α // 0 ≤ x } where
8785
mul_le_mul_left a _ h c := mul_le_mul le_rfl h a.prop c.prop
8886

89-
/-- error: unknown free variable '_fvar.29853' -/
90-
#guard_msgs in
9187
instance strictOrderedCommSemiring [StrictOrderedCommSemiring α] :
9288
StrictOrderedCommSemiring { x : α // 0 ≤ x } := fast_instance%
9389
Subtype.coe_injective.strictOrderedCommSemiring _ Nonneg.coe_zero Nonneg.coe_one

0 commit comments

Comments
 (0)