FindGeometricConjectures[scene]
finds conjectures that appear to hold for the GeometricScene object scene and adds these conjectures to the scene object.
FindGeometricConjectures[{scene1,scene2,…}]
finds conjectures that appear to hold for all instances scenei of a geometric scene and returns a combined scene with the conjectures added.
FindGeometricConjectures[scenes,patt]
adds only conjectures that match the pattern patt.
FindGeometricConjectures[scenes,patt,n]
adds only up to n conjectures.


FindGeometricConjectures
FindGeometricConjectures[scene]
finds conjectures that appear to hold for the GeometricScene object scene and adds these conjectures to the scene object.
FindGeometricConjectures[{scene1,scene2,…}]
finds conjectures that appear to hold for all instances scenei of a geometric scene and returns a combined scene with the conjectures added.
FindGeometricConjectures[scenes,patt]
adds only conjectures that match the pattern patt.
FindGeometricConjectures[scenes,patt,n]
adds only up to n conjectures.
Details and Options

- If scene is a GeometricScene object with one or more instances, then FindGeometricConjectures returns a GeometricScene with added conclusions that are conjectured to hold for each instance of the scene.
- The conclusions of a GeometricScene object can be obtained from GeometricScene[…]["Conclusions"].
- If no scene instances are given, RandomInstance is used to generate instances from which to gather conjectures.
- FindGeometricConjectures[{scene1,scene2,…}] is equivalent to FindGeometricConjectures[GeometricScene[{scene1,scene2,…}]].
- Possible values of patt include GeometricAssertion[_,"Perpendicular"], _==Midpoint[{_,_}], ….
- The scenei must have the same list of points, quantities and hypotheses, but may represent different instances of the same scene.
- The following options can be given:
-
Method Automatic method to use - Random seeds may be given using Method{"RandomInstance",RandomSeedingseed}.
Examples
open all close allBasic Examples (1)
Scope (2)
Tech Notes
Related Guides
History
Text
Wolfram Research (2019), FindGeometricConjectures, Wolfram Language function, https://reference.wolfram.com/language/ref/FindGeometricConjectures.html.
CMS
Wolfram Language. 2019. "FindGeometricConjectures." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FindGeometricConjectures.html.
APA
Wolfram Language. (2019). FindGeometricConjectures. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FindGeometricConjectures.html
BibTeX
@misc{reference.wolfram_2025_findgeometricconjectures, author="Wolfram Research", title="{FindGeometricConjectures}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/FindGeometricConjectures.html}", note=[Accessed: 08-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_findgeometricconjectures, organization={Wolfram Research}, title={FindGeometricConjectures}, year={2019}, url={https://reference.wolfram.com/language/ref/FindGeometricConjectures.html}, note=[Accessed: 08-August-2025]}