Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete the part of Position/Angle and problem 2 of IMO in 2007 (#301)
* Clean all the trash of Position/Angle * Changed the definitions of `ProjFig` and `DirFig`. Now, `ProjFig` and `DirFig` extends `ProjObj` and `DirObj` respectively. * Add the definition of sum of two angles and the relation of `inner` and `IsAcu`, `IsRight` and `IsObt` * Rename some theorems I have written before * Finish statements in Position/Angle * Fix conflicts with Linear/Order.lean * Update Position/Angle * Complete the part of Position/Angle * Changed the name of right angle from `IsRight` to `IsRt` And add definitions and basic properties of right triangles and obtuse triangles * Add a file in order to discuss the relation between parallel and ratio * Corrected spelling errors and added some necessary lemmas * Add more necessary lemmas * Finish the first draft of problem 2 of IMO in 2007 * Update problem 2 of IMO in 2007
- Loading branch information