2009-11-16 Mon Nov 16 14:39 Late spring cleaning
[ log.txt ]
for a series of small changes linking different pages.
STREAMS->STRINGS->STANDARD.
2009-11-13 Fri Nov 13 13:05 Structured Automata
I've recovered some definitions of automata (acceptors, generators,
and filters) from an old project:
[ math_71_Auto...Systems.html#Structured Automata ]
2009-11-09 Mon Nov 9 14:56 Started a definition of protocols and messages
[ math_71_Auto...Systems.html#Protocols ]
2009-11-04 Wed Nov 4 15:43 Improved notes on handling natural language tenses
[ logic_8_Natural_Language.html#Tenses, Time, and Temporal modalities ]
2009-11-02 Mon Nov 2 17:54 do and iterate
Rediscovered the need for a more obvious, if longer word for
repetition:
[ logic_41_HomogenRelations.html#iterate ]
[ intro_relation.html#do ]
2009-09-28 Mon Sep 28 13:35 Semantics of subsets
I've added some notes on modelling subsets of sets -- example
tall people vs short people:
[ notn_16_Classification.html ]
2009-09-22 Tue Sep 22 15:37 Defined xor and derived inequality of propositions
[ logic_10_PC_LPC.html ]
I hadn't noticed the '<>' was implicitly defined for propositions as the 'xor' or non-equivalent operator.
Also add a table summarizing the commonest propositional operators.
2009-08-19 Wed Aug 19 14:39 Corrected an error
Noticed and corrected an error
in
[ logic_20_Proofs100.html ]
where I had miscalculated some elementary algebra.
More evidence for the need of a proof checker.
2009-07-13 Mon Jul 13 15:07 Improved notes on using relational calculus to shorten proofs
[ intro_relation.html ]
[ logic_25_Proofs.html ]
2009-06-11 Thu Jun 11 15:55 Improved proposed notation for problem solving
[ math_10_Intro.html ]
[ notn_13_Docn_Syntax.html ]
2009-05-19 Tue May 19 06:33 Improved notes on Dynamics
[ intro_dynamics.html ]
[ math_14_Dynamics.html ]
[ math_75_Programs.html ]
Added notation
?? (s.l'=n) ::= (s'=s~l|n)
from [ todo.html ] my "to do" list
[ notn_11_Expressions.html ]
[ notn_12_Expressions.html#Free Variables ]
2009-04-17 Fri Apr 17 06:49 Small change to Process Algebras
[ math_73_Process_algebra.html ]
2009-01-31 Sat Jan 31 09:01 Thank you Alejandro
Alejandro has found an omission in
[ logic_9_Modalities.html#AW ]
describing the Computational Tree Logic.
I fixed it and left a Footnote.... .
2009-01-14 Wed Jan 14 20:01 Added references to the Tree of Porphyry
[ logic_8_Natural_Language.html#Stuff ]
2009-01-09 Fri Jan 9 10:01 Improved notes on Modal Logic
[ logic_9_Modalities.html ]
2008-12-03 Wed Dec 3 11:12 Transfered my unpublished To Do List for MATHS
I've taken my personal notes of Problems, Partly Baked Ideas,
and To Be Dones from my old Palm Pilot and into
[ todo.html ]
so I can refer to it from my new iPod....
2008-11-12 Wed Nov 12 14:11 Dimensioned Numbers
Tidied up the back references in
[ math_49_Dimensioned_numbers.html ]
and made some small improvements.
I also extend my mth2html to recognize and render ".{" and ".}"
as well as ".(" and ".)". More in the item below.
2008-11-06 Thu Nov 6 10:11 Possible improved rendering for algorithms etc
I've hacked my personal copy of mth2html to translate ".(" and ".)"
directives into Ordered Lists with class="Formula", and added
this rule to my standard style sheet
OL .Formula{
list-style-type : none;
}I think the effect is quite pleasing. Here is the formula [ notn_14_Docn_Semantics.html#Translation into a Z Schema ] rewritten using this convention -- first rendered and second as source
For In:Net, Net_to_Z(In) ::=with{signature, axioms:Sets} following
.(
(signature, axioms) := ({},{});
do
.(with{piece:piece_of_documentations}
.(
piece:?In;
.( piece in declaration; signature:|declaration_to_Z(piece)
| piece in wff; axioms:|wff_to_Z(piece)
| piece in definition; signature:|definition_to_Z_declaration(piece); axioms:|definition_to_Z_equality(piece)
| piece in (theorem | comment)
.)
.)
.);
end(In);
output_Z_schema(signature, axioms);
.).
This idea now goes into a trial use period. Comments would help. I'll either retract the idea or put it into the online m2h tool in a week or two. Watch this blog for the next exciting episode!
2008-11-03 Mon Nov 3 13:11 Worrying about algorithms and expressions
I am disatisfied with the expression of algorithms in MATHS. There
is a formal semantics in terms of an extension to the
calculus of relations. This makes algorithms a special kind
of formula. But to make them readable -- structured even -- is another
matter -- basically you need to use the .List and .Set directives
to show the block structure. An example is
[ notn_14_Docn_Semantics.html#Translation into a Z Schema ]
from the description of the meaning of a piece of MATHS documentation.
This morning it occured to me that a natural notation would be to allow directives like: ".(", ".)" and perhaps even ".[", ".{", etc. The sematics is of "(...)". But the rendering should be as an indented subexpression. More on this when I've had a chance to do some more thinking. Any opinions can be sent to me here [ hole.html ] and will get full credit.
2008-11-01 Sat Nov 1 06:11 Working on Types and Duck Typing
Several modern programming languages -- Python and Ruby, for example --
use what is called "Duck Typing". This means that behavior of an object
defines its type, rather than an explicit definition.
It turns out, to my surprise, that my MATHS language has a kind of Duck Typing because the type of an object is the universal set in which the object is defined. And the type defined by a Net of variables, axioms, definitions, etc. is the type of the unconstrained objects -- the simple Net associated with the original Net...
Details and changes in [ notn_14_Docn_Semantics.html ] and [ notn_16_Classification.html ]
As always -- click here
[click here
if you can fill this hole]
to submit your thoughts.
2008-10-24 Fri Oct 24 10:10 Small revisions to the A->B notation
Not a real change of meaning.... just cleaned up the definitions
and noted that
is not clearly defined and should be avoided.
2008-10-22 Wed Oct 22 16:10 improved notes on the Calculus
Still a long way to go in
[ math_94_Calculus.html ]
before we have a complete page.
2008-10-07 Tue Oct 7 07:10 Corrected syntax of example database definition
[ math_13_Data_Bases.html#DataBase ]
Which in turn lead to an extension of the notation for discriminated types
[ types.html#type_disciminated_union ]
2008-09-29 Mon Sep 29 14:09 Corrected a subtle error in Petri net definition
I had to shuffle the definitions of Node, Places, and Transitions
in
[ math_76_Concurency.html#PETRI ]
so that it is clear that Places and Transitions are the same type of
thing and so validating the definition
2008-09-25 Thu Sep 25 10:09 Citation in theory and practice
The bibliography
[ ../lab.html ]
has evolved a notation for citations that was not a part of
my original design for MATHS. Similarly the "hole.php" uses
the Source directive in an unexpected way. See
[ notn_15_Naming_Documentn.html ]
for the kludge. The older BNF syntax may be removed or be replaced
in time -- it is now deprecated.
2008-09-10 Wed Sep 10 11:09 Quotes about math and life
The following quotes were sent to me by
Sonesh Rawat
via the Contact/comment button on this part of my website:
By the way just fixed the broken link on Systems English below.
2008-09-09 Tue Sep 9 17:09 Added notes on Grammars
[ math_63_Languages.html ]
2008-08-26 Tue Aug 26 13:08 Improved description of Systems English
Systems English is a tiny subset of Basic English designed to
describe systems:
[ logic_8_Natural_Language.html#Systems English ]
2008-08-11 Mon Aug 11 16:08 What -- no topoi
Somehow I've never gathered any notes of topos theory
and topoi. I'm just moting the following link
to a simple motivational introduction:
When developed the notes would be in [ math_25_Categories.html ] and I will plant a hole there for future expansion.
2008-08-10 Sun Aug 10 12:08 Corrected error in definition of subspace
[ math 91 Topology.html#Subspaces and relative topologies ]
2008-06-27 Fri Jun 27 08:06 An Expression with Ambiguous type
As a result of thinking about a wikipedia article I tripped over the
fact that
to
Here are the pages where changes were made as a result [ types.html ] [ math_25_Categories.html ] [ logic_30_Sets.html ] [ intro_sets.html ] [ intro_standard.html ] [ notn_12_Expressions.html ]
I wonder if I need a way to express the idea that some expression is not
defined in addition to having a way to define things?
[click here
undefinitions if you can fill this hole]
I've decided to introduce a simple way to annotate an argument that attempts to rebut the previous argument. Commonly arguments and proofs in MATHS start ".Let" and end ".Close.Let". A Rebuttal will be an argument that is placed between
.Butand
.Close.ButFor example
2008-06-19 Thu Jun 19 07:06 Working on Toulmin Arguments and Rationales
Today I'll be working on
[ notn_5_Form.html ]
to describe informal argumentation.
This is the result of seeing the same reference in two papers in IEEE Transactions on Software Engineering and in "Wittgenstein's Poker".
More later...
2008-06-14 Sat Jun 14 10:06 Added source and some distributions
[ math_81_Probabillity.html ]
(sorry for the mis-spelling in this link).
2008-06-12 Thu Jun 12 05:06 Clarified definitions of prefic union and intersection in Sets
This span off from Principia Mathematica Section *42 (and there is more below).
I added the definition of prefix union and intersection to [ logic_30_Sets.html ] and explicitly linked [ logic_31_Families_of_Sets.html ] back to logic_30.
2008-06-11 Wed Jun 11 15:06 Fixed diagram of constructive dilemma
[ constructive_dilemma in logic_25_Proofs ]
2008-06-11 Wed Jun 11 05:06 Stuggling with an ambiguity
Until last night I've never worried about sets of sets of sets. But they
are used in Principia Mathematica's section *42 -- definitely
not the answer to life's persistent questions.
This lead me to discover an ambiguity in expressions like
Plus is a SERIAL operator so it means
And + is overloaded to combine maps and lists so that its value is
It might be thought that because + is overloaded as a prefix function it should be applied (by a second overloading) to the elements of the list
I've added notes to [ notn_12_Expressions.html ] that explain that the simplest parsings are used whenever possible.
2008-06-07 Sat Jun 7 07:06 Tidied up overloading of infix operators
Read chapter 38 of Principia Mathematica last night. Made me want
to review the equivalent definitions in MATHS. As a result I've
tidied up
[ math_11_STANDARD.html#Infix operations ]
which make the following equations correct:
2008-06-05 Thu Jun 5 07:06 Improved notes on Proofs
I've expanded on the reasons for proving something
[ logic_20_Proofs100.html#But Why Prove anything Anyway? ]
and what can be concluded after deriving some results from
some assumptions in
[ logic_25_Proofs.html#Block Structure ]
to clarify that you must include all the assumptions and any of
the results in the conclusion drawn from an argument.
2008-05-23 Fri May 23 16:05 Initiating a web log of changes and thoughts
I'm planning to record most changes to the files in this directory here.
Here is a quick list of recently changed pages in this part of my site.
Table
| Date | Page | Action |
|---|---|---|
| May 5 10:29 | math_92_Metric_Spaces.html | Added Notes on Hilbert spaces used in Quantum Theory |
| May 7 17:58 | math_81_Probabillity.html | Added notes on Expected values, means, variances etc. |
| May 10 09:02 | logic_27_Tableaux.html | Added a thought about using a table to express a set of cases |
| May 13 07:23 | intro_records.html | Added notes on optional and multiple parts in a record |
| May 19 14:32 | logic_30_Sets.html | Added to notes on the Axiom of Choice |
| May 21 20:10 | logic_25_Proofs.html | Added an example of using table to document proof by cases. |
| May 23 06:49 | math_41_Two_Operators.html | Added definition of a dioid |
Changes in 2004
(2004): Latest --
[ logic_30_Sets.html ]
[ logic_8_Natural_Language.html ]
[ notn_14_Docn_Semantics.html ]
[ notn_12_Expressions.html ]
[ notn_16_Classification.html ]
[ notn_13_Docn_Syntax.html ]
[ notn_3_Conveniences.html ]
[ notn_2_Structure.html ]
[ notn_11_Names.html ]
[ math_77_Enumerations.html ]
[ math_25_Categories.html ]
-- Oldest
Changes in 2003
(2003): -- Latest
[ intro_standard.html ]
[ math_73_Process_algebra.html ]
[ math_82_MultiSets_and_Bags.html ]
[ math_83_Fuzzy_Sets.html ]
[ 00_overview.html ]
[ math_84_Spectra.html ]
[ notn_9_Tables.html ]
[ logic_9_Modalities.html ]
[ logic_41_HomogenRelations.html ]
-- Oldest
. . . . . . . . . ( end of section Recent Changes and thoughts about the MATHS Language) <<Contents | End>>
Notes on MATHS Notation
Special characters are defined in
[ intro_characters.html ]
that also outlines the syntax of expressions and a document.
Proofs follow a natural deduction style that start with assumptions ("Let") and continue to a consequence ("Close Let") and then discard the assumptions and deduce a conclusion. Look here [ Block Structure in logic_25_Proofs ] for more on the structure and rules.
The notation also allows you to create a new network of variables and constraints. A "Net" has a number of variables (including none) and a number of properties (including none) that connect variables. You can give them a name and then reuse them. The schema, formal system, or an elementary piece of documentation starts with "Net" and finishes "End of Net". For more, see [ notn_13_Docn_Syntax.html ] for these ways of defining and reusing pieces of logic and algebra in your documents. A quick example: a circle might be described by Net{radius:Positive Real, center:Point, area:=π*radius^2, ...}.
For a complete listing of pages in this part of my site by topic see [ home.html ]
Notes on the Underlying Logic of MATHS
The notation used here is a formal language with syntax
and a semantics described using traditional formal logic
[ logic_0_Intro.html ]
plus sets, functions, relations, and other mathematical extensions.
For a more rigorous description of the standard notations see