2015-09-30 23:52:56 +00:00
|
|
|
|
{x : ℕ ∈ S | x > 0} : set ℕ
|
|
|
|
|
{x : ℕ ∈ s | x > 0} : finset ℕ
|
2016-02-04 21:15:42 +00:00
|
|
|
|
@set.sep.{1} nat
|
|
|
|
|
(λ (x : nat),
|
|
|
|
|
@gt.{1} nat nat._trans_of_decidable_linear_ordered_semiring_13 x
|
|
|
|
|
(@zero.{1} nat nat._trans_of_decidable_linear_ordered_semiring_6))
|
|
|
|
|
S :
|
|
|
|
|
set.{1} nat
|
2015-12-11 01:38:48 +00:00
|
|
|
|
@finset.sep.{1} nat (λ (a b : nat), nat.has_decidable_eq a b)
|
2016-02-04 21:15:42 +00:00
|
|
|
|
(λ (x : nat),
|
|
|
|
|
@gt.{1} nat nat._trans_of_decidable_linear_ordered_semiring_13 x
|
|
|
|
|
(@zero.{1} nat nat._trans_of_decidable_linear_ordered_semiring_6))
|
|
|
|
|
(λ (a : nat), nat.decidable_lt (@zero.{1} nat nat._trans_of_decidable_linear_ordered_semiring_6) a)
|
2015-08-17 01:21:29 +00:00
|
|
|
|
s :
|
|
|
|
|
finset.{1} nat
|