Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions set.mm
Original file line number Diff line number Diff line change
Expand Up @@ -431159,6 +431159,13 @@ be applied for new theorems (formerly, the class and wff variables
~ mmtheorems32.html#mm3146s also describes the
metatheorem that underlies this.

<p>You should read any statement starting with ` |- `
and having one or more unbound set variable(s) as universally
quantified over those
variables. So when you see ` |- 0 < k ` that's saying " ` 0 < k ` is
derivable in the empty context" which is a strong statement,
equivalent to ` A. k 0 < k ` which without further context is false.

<p><b>Additional rules for definitions</b>

<p>Standard Metamath verifiers do not distinguish between axioms and
Expand Down
Loading