|
|
| (20 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| Understanding a definition in mathematics is a pretty complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.
| | #redirect [[learning:Understanding mathematical definitions]] |
| | |
| {| class="sortable wikitable"
| |
| |-
| |
| ! Step !! Condition !! Description !! Purpose !! Example
| |
| |-
| |
| | Type-checking and parsing ||
| |
| |-
| |
| | Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary.
| |
| |-
| |
| | Come up with examples ||
| |
| |-
| |
| | Come up with counterexamples ||
| |
| |-
| |
| | Writing out a wrong version of the definition ||
| |
| |-
| |
| | Understand the kind of definition ||
| |
| |-
| |
| | Check that it is well-defined || If the definition defines an operations ||
| |
| |-
| |
| | Check it is consistent with the old one || If the definition supersedes an older definition ||
| |
| |}
| |
| | |
| ==See also==
| |
| | |
| * [[Understanding theorems]]
| |