Zulip Chat Archive

Stream: Is there code for X?

Topic: trivial module, etc


Winston Yin (Jun 09 2021 at 14:23):

What's the easiest way to say "let V be a non-zero (non-trivial) vector space" or "show that H is a non-trivial group", etc?

Riccardo Brasca (Jun 09 2021 at 14:23):

There is docs#nontrivial

Riccardo Brasca (Jun 09 2021 at 14:25):

Note that it is a class, so you should use it as lemma foo {M : Type*} ... [nontrivial M] : ...

Winston Yin (Jun 09 2021 at 14:26):

Thanks!


Last updated: Dec 20 2023 at 11:08 UTC