import React from 'react'; import MarkdownLink from '../../components/MarkdownLink'; export default function Solipsism() { return (

Solipsism is the philosophical idea that only one's own mind is sure to exist. As an epistemological position, it holds that knowledge of anything outside one's own mind is unsure; the external world and other minds cannot be known and might not exist outside the mind.

"I think, therefore I am... but I'm not so sure about you."
See also: Epistemology
); }