//New Search\\"
.Search-In-What(Rows)/ Format(Columns) Oper(Cells) | ParseExpr | ParseStmt | CharString |
RegExpr |
Formulas($a$e$p) -- Axiom, Logical Hypothesis and Provable Assertion Formulas | < > <> == | < > <> == | blank not |
blank not |
Formulas($a$p) -- Axiom and Provable Assertion Formulas | < > <> == | < > <> == | blank not |
blank not |
Formulas($e) -- Logical Hypothesis Formulas | < > <> == | < > <> == | blank not |
blank not |
Comments($( $)) -- Comments preceding Axiom and Provable Assertion statements. | n/a | n/a | blank not |
blank not |
Labels($a$e$p) -- Axiom, Logical Hypothesis and Provable Assertion Labels | n/a | n/a | blank not |
blank not |
Labels($a$p) -- Axiom and Provable Assertion Labels | n/a | n/a | blank not |
blank not |
Labels($e) -- Logical Hypothesis Labels Labels | n/a | n/a | blank not |
blank not |
Labels(RPN $=) -- Lists of Labels in RPN order comprising a Metamath proof; | n/a | n/a | blank not |
blank not |
wff
, set
and class
.) ParseStmt
refers to an entire formula parse tree, and of course, when searching set.mm it must always be a
"wff" (or whatever Provable Logic Statment Type is used by the .mm
file.) Oper |
Meaning (X refers to Assertion Formula) |
X |
Oper |
Search-For-What |
<= | Search-For-What is InstanceOf X | ( ph -> ps ) ph ( ph -> ps ) &W1 | <= <= <= <= | ( ps -> ch ) ( ps -> ch ) &W1 ( ps -> ch ) |
< |
Search-For-What is StrictInstanceOf X |
ph |
< |
( ps -> ch ) |
>= |
X is InstanceOf Search-For-What | ( ph -> ps ) ( ph -> ps ) ( ph -> ps ) &W1 |
>= >= >= >= |
( ps -> ch ) ph &W1 ( ps -> ch ) |
> |
X is StrictInstanceOf Search-For-What |
( ph -> ps ) |
> |
ch |
= |
X and Search-For-What are InstanceOf each other (i.e. equal, except for variable names) |
( ph -> ps ) |
<> |
( ch -> th ) |
== |
X is IdenticalTo Search-For-What |
( ph -> ps ) |
== |
( ph -> ps ) |
<> |
Search-For-What is strictInstanceOf X or X is StrictInstanceOf Search-For-What | ph ( ps -> ch ) |
<> <> |
( ps -> ch ) ph |
NA |
Search-For-What is N/A X | ( ph -> ps ) |
NA |
( ph <-> ps ) |
BookManagerEnabled,no
RunParms.txt
file:PrintBookManagerChapters
*PrintBookManagerSections
*PrintBookManagerSectionDetails,*
3* *OLD ee*
).<SO:REUSE>
" as the first non-blank token after the "*
" in column 1. This
special comment designates the following derivation step as a candidate
for reuse even though Reuse Derivation Steps = Off. MObjSeq | Metamath
Object Sequence Number: corresponds to position within the input
Metamath file. A higher number indicates a more advanced assertion
which may be more desirable in a proof step. |
Nbr Hyps | Number
of Logical Hypotheses in assertion. Fewer hypotheses tends to result in
shorter proofs. Approximately 95% of set.mm assertions have two or
fewer hypotheses. |
Complexity |
Combination
of two Sort Key fields: ParseDepth and Formula Length. Combined here to
simplify usage and documentation. "Complexity(D)" means ParseDepth(D)
followed by FormulaLength(D). |
ParseDepth | =
Assertion's conclusion's formula's parse tree depth. Corresponds
roughly to formula complexity and hence, specificity. Because in
standard practice the designated proof step has already been unified
with each assertion in the Search Results List, a greater Parse Depth
corresponds to a higher degree of similarity -- and hence, increased
likelihood of usefulness in the designated proof step. See mmj.lang.Stmt.getExprParseTree().getMaxDepth(). |
FormulaLength |
= Assertion's conclusion's formula length (in tokens, not characters). Corresponds roughly to formula complexity. |
Popularity | = Number of times assertion used in proofs of other assertions. |
Score | This is a ranking number based on the search results and search preferences/criteria:
|
SORT ID |
Default Sort? |
1 |
2 |
3 |
4 |
5 |
1 |
Yes |
Score(D) | Complexity(D) | Popularity(D) | Nbr Hyps | MObjSeq(D) |
2 | Score(D) | Popularity(D) | Complexity(D) | Nbr Hyps | MObjSeq(D) | |
3 | Score(D) | Nbr Hyps | Complexity(D) | Popularity(D) | MObjSeq(D) | |
4 | Score(D) | Nbr Hyps | Popularity(D) | Complexity(D) | MObjSeq(D) | |
5 |
Score(D) | Complexity(D) | MObjSeq(D) | |||
6 |
Score(D) |
Popularity(D) | MObjSeq(D) | |||
7 | Score(D) | Nbr Hyps | MObjSeq(D) | |||
8 | Score(D) | MObjSeq(D) |